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