diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-06-25 03:03:34 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-06-27 00:03:55 +0300 |
commit | 23668698cba9bf861c697e65e3d07f9433396b8b (patch) | |
tree | 7b87345f47610c70e7b5a3559b387e822936573e /tests/basics/string_rsplit.py | |
parent | 91b576d1472b481f02a9f9f20dd263ef606a186a (diff) | |
download | micropython-23668698cba9bf861c697e65e3d07f9433396b8b.tar.gz micropython-23668698cba9bf861c697e65e3d07f9433396b8b.zip |
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.
Diffstat (limited to 'tests/basics/string_rsplit.py')
0 files changed, 0 insertions, 0 deletions