1 parent 3abc671 commit 0cd951fCopy full SHA for 0cd951f
1 file changed
py/obj.c
@@ -125,6 +125,7 @@ void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc) {
125
mp_printf(print, decompressed_block, block);
126
}
127
128
+ mp_obj_exception_clear_traceback(exc);
129
130
131
mp_obj_print_helper(print, exc, PRINT_EXC);
0 commit comments