Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-30 | py: Change uint to mp_uint_t in runtime.h, stackctrl.h, binary.h. | Damien George | |
Part of code cleanup, working towards resolving issue #50. | |||
2014-07-01 | stackctrl: Add "mp_" prefix. | Paul Sokolovsky | |
2014-06-27 | py: Add portable framework to query/check C stack usage. | Paul Sokolovsky | |
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. |