mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
sys.excepthook() and sys.unraisablehook() now explicitly flush the file (usually sys.stderr). If file.flush() fails, sys.excepthook() silently ignores the error, whereas sys.unraisablehook() logs the new exception.
Miscellaneous source files for the main Python shared library