stackctrl: Encode "recursion depth exceeded" message as qstr.

So corresponding exception can be thrown even under tight memory conditions.
This commit is contained in:
Paul Sokolovsky
2015-02-15 22:34:31 +03:00
parent fa3b895145
commit e8432b3c72
2 changed files with 3 additions and 1 deletions

View File

@@ -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>)