Paul Sokolovsky 23668698cb py: Add portable framework to query/check C stack usage.
Such mechanism is important to get stable Python functioning, because Python
function calling is handled with C stack. The idea is to sprinkle
STACK_CHECK() calls in places where there can be C recursion.

TODO: Add more STACK_CHECK()'s.
2014-06-27 00:03:55 +03:00
..
2014-06-11 19:55:46 +01:00
2014-05-30 15:20:41 +01:00
2014-05-03 23:27:38 +01:00
2014-06-14 01:21:13 +03:00
2014-05-17 11:20:10 +03:00
2014-05-17 11:20:10 +03:00
2014-05-21 20:32:59 +01:00