We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef0586 commit 3fd19c6Copy full SHA for 3fd19c6
1 file changed
py/stackctrl.c
@@ -52,8 +52,7 @@ void mp_stack_set_limit(mp_uint_t limit) {
52
}
53
54
void mp_exc_recursion_depth(void) {
55
- mp_raise_RuntimeError(
56
- MP_OBJ_NEW_QSTR(MP_QSTR_maximum_space_recursion_space_depth_space_exceeded));
+ mp_raise_RuntimeError("maximum recursion depth exceeded");
57
58
59
void mp_stack_check(void) {
0 commit comments