diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-15 22:34:31 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-02-15 22:41:14 +0300 |
commit | e8432b3c725f90eda2b880624d5408ff147d399e (patch) | |
tree | 6f7a2e23ab06e4734ffe849cb3402860277634b9 /py/qstrdefs.h | |
parent | fa3b8951452ca13a807c0b6a090e0385507113db (diff) |
stackctrl: Encode "recursion depth exceeded" message as qstr.
So corresponding exception can be thrown even under tight memory conditions.
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 4a34010a1..32f5b2ce0 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -385,6 +385,7 @@ Q(qstr_info) #if MICROPY_ENABLE_EMERGENCY_EXCEPTION_BUF && (MICROPY_EMERGENCY_EXCEPTION_BUF_SIZE == 0) Q(alloc_emergency_exception_buf) #endif +Q(maximum recursion depth exceeded) Q(<module>) Q(<lambda>) |