mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
Flushing sys.stdout and sys.stderr in Py_FatalError() can call again Py_FatalError(). Add a reentrant flag to detect this case and just abort at the second call.
Miscellaneous source files for the main Python shared library