mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
0e98a76b65
* Display the current Python stack if an exception was raised but the exception has no traceback * Disable faulthandler if an exception was raised (before it was only disabled if no exception was raised) * To display the current Python stack, call PyGILState_GetThisThreadState() which works even if the GIL was released