mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
stackctrl: Encode "recursion depth exceeded" message as qstr.
So corresponding exception can be thrown even under tight memory conditions.
This commit is contained in:
@@ -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>)
|
||||
|
||||
Reference in New Issue
Block a user