mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
53345a40bc
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