mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Issue #11393: The fault handler handles also SIGABRT
This commit is contained in:
@@ -2124,6 +2124,7 @@ Py_FatalError(const char *msg)
|
||||
fflush(stderr);
|
||||
_Py_DumpTraceback(fd, tstate);
|
||||
}
|
||||
_PyFaulthandler_Fini();
|
||||
}
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
|
||||
Reference in New Issue
Block a user