diff options
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/threadmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/threadmodule.c b/Modules/threadmodule.c index 214263f..51c24d1 100644 --- a/Modules/threadmodule.c +++ b/Modules/threadmodule.c @@ -219,7 +219,7 @@ t_bootstrap(boot_raw) PyErr_Clear(); else { fprintf(stderr, "Unhandled exception in thread:\n"); - PyErr_Print(); + PyErr_PrintEx(0); } } else |