summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-12-14-22-31-22.bpo-42639.5Z3iWX.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-12-14-22-31-22.bpo-42639.5Z3iWX.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-12-14-22-31-22.bpo-42639.5Z3iWX.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-12-14-22-31-22.bpo-42639.5Z3iWX.rst b/Misc/NEWS.d/next/Library/2020-12-14-22-31-22.bpo-42639.5Z3iWX.rst
deleted file mode 100644
index bdb2edd..0000000
--- a/Misc/NEWS.d/next/Library/2020-12-14-22-31-22.bpo-42639.5Z3iWX.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-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.