cpython/Misc/NEWS.d/next/Library/2020-12-14-22-31-22.bpo-426...

4 lines
204 B
ReStructuredText

At Python exit, if a callback registered with :func:`atexit.register` fails,
its exception is now logged. Previously, only some exceptions were logged, and
the last exception was always silently ignored.