mirror of
https://github.com/python/cpython.git
synced 2026-06-27 05:16:16 -04:00
10dc48497e
* 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
Miscellaneous source files for the main Python shared library