mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Issue #11393: The fault handler handles also SIGABRT
This commit is contained in:
parent
bc6a4db66d
commit
d727e23243
5 changed files with 45 additions and 17 deletions
|
@ -2124,6 +2124,7 @@ Py_FatalError(const char *msg)
|
|||
fflush(stderr);
|
||||
_Py_DumpTraceback(fd, tstate);
|
||||
}
|
||||
_PyFaulthandler_Fini();
|
||||
}
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue