commit | d727e23243ab5479b03aab1f924ca7ec0bccbcb6 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 01 12:13:55 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Apr 01 12:13:55 2011 +0200 |
tree | c05dc8b13da2bebd300684b462af046384c2379a | |
parent | bc6a4db66d576b29462a965e78f4d4a1dce494f0 [diff] [blame] |
Issue #11393: The fault handler handles also SIGABRT
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index f787a4f..1c36e63 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c
@@ -2124,6 +2124,7 @@ fflush(stderr); _Py_DumpTraceback(fd, tstate); } + _PyFaulthandler_Fini(); } #ifdef MS_WINDOWS