mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
4ddee7f5fd
Issue #26558: If Py_FatalError() is called without the GIL, don't try to print the current exception, nor try to flush stdout and stderr: only dump the traceback of Python threads.
Miscellaneous source files for the main Python shared library