diff options
| author | Christian Walther <cwalther@gmx.ch> | 2020-11-28 23:09:05 +0100 |
|---|---|---|
| committer | Christian Walther <cwalther@gmx.ch> | 2020-11-28 23:10:17 +0100 |
| commit | bde1c4166d08bd9530b1dc4dcf3bfff7f3e33bca (patch) | |
| tree | 604af48824638df5285787c9bf86c32838d91c0e /py/obj.c | |
| parent | bd87201c4f5a326e0328648700e1929d876b8c36 (diff) | |
Revert "Prevent exceptions from accumulating in REPL"
This reverts commit 0cd951fb73198f5c3dd03ea0463382edac0d3d4d.
It is not a correct solution because it prevents printing the same exception twice.
Diffstat (limited to 'py/obj.c')
| -rw-r--r-- | py/obj.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -125,7 +125,6 @@ void mp_obj_print_exception(const mp_print_t *print, mp_obj_t exc) { mp_printf(print, decompressed_block, block); } } - mp_obj_exception_clear_traceback(exc); } } mp_obj_print_helper(print, exc, PRINT_EXC); |
