Issue #11393: The fault handler handles also SIGABRT

This commit is contained in:
Victor Stinner 2011-04-01 12:13:55 +02:00
parent bc6a4db66d
commit d727e23243
5 changed files with 45 additions and 17 deletions

View file

@ -2124,6 +2124,7 @@ Py_FatalError(const char *msg)
fflush(stderr);
_Py_DumpTraceback(fd, tstate);
}
_PyFaulthandler_Fini();
}
#ifdef MS_WINDOWS