blob: 847c24112f9a8f31fc6d5cc02b5a044674a56893 [file] [log] [blame]
:func:`atexit._run_exitfuncs` now logs callback exceptions using
:data:`sys.unraisablehook`, rather than logging them directly into
:data:`sys.stderr` and raise the last exception.