mirror of
https://github.com/python/cpython.git
synced 2026-01-29 14:15:31 +00:00
* 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