summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-12-15-15-14-29.bpo-42639.uJ3h8I.rst
blob: 847c24112f9a8f31fc6d5cc02b5a044674a56893 (plain)
1
2
3
: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.