diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-15 20:23:52 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-15 20:23:52 +0300 |
commit | e89cc13e5c4fa05d7f14dabedf3ac21a2dd57084 (patch) | |
tree | 7997f906b1af294b2e724dd37062c2915eea0515 /py/objstringio.c | |
parent | 53e5e0fa28d0f81be8671303ea0388da71fd20b6 (diff) | |
download | micropython-e89cc13e5c4fa05d7f14dabedf3ac21a2dd57084.tar.gz micropython-e89cc13e5c4fa05d7f14dabedf3ac21a2dd57084.zip |
nlr: If DEBUG, guard against recursive nlr_push().
Pushing same NLR record twice would lead to "infinite loop" in nlr_jump
(but more realistically, it will crash as soon as NLR record on stack is
overwritten).
Diffstat (limited to 'py/objstringio.c')
0 files changed, 0 insertions, 0 deletions