Skip to content

Commit afcc00f

Browse files
authored
Merge pull request #3771 from cwalther/exceptionprint
#3702 breaks printing an exception twice
2 parents b810b38 + bde1c41 commit afcc00f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

py/obj.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc) {
125125
mp_printf(print, decompressed_block, block);
126126
}
127127
}
128-
mp_obj_exception_clear_traceback(exc);
129128
}
130129
}
131130
mp_obj_print_helper(print, exc, PRINT_EXC);

0 commit comments

Comments
 (0)