diff options
Diffstat (limited to 'Python/pythonrun.c')
| -rw-r--r-- | Python/pythonrun.c | 1 | 
1 files changed, 1 insertions, 0 deletions
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 @@ Py_FatalError(const char *msg)              fflush(stderr);              _Py_DumpTraceback(fd, tstate);          } +        _PyFaulthandler_Fini();      }  #ifdef MS_WINDOWS  | 
