cpython/Misc/NEWS.d/next/Library/2020-12-15-15-14-29.bpo-426...

4 lines
181 B
ReStructuredText

: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.