diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-01-04 17:24:56 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-01-04 17:26:00 (GMT) |
commit | 445f7f54b1dd334db6cd5999da262e3caeed492a (patch) | |
tree | b8c48efed3fb2e3a7bced95506b4f23721b5fb23 /Misc/NEWS.d/next/Library/2020-12-14-22-31-22.bpo-42639.5Z3iWX.rst | |
parent | de833b601319da15d90c8f3cd3c44d239d6d5924 (diff) | |
download | cpython-445f7f54b1dd334db6cd5999da262e3caeed492a.zip cpython-445f7f54b1dd334db6cd5999da262e3caeed492a.tar.gz cpython-445f7f54b1dd334db6cd5999da262e3caeed492a.tar.bz2 |
Python 3.10.0a4v3.10.0a4
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.rst | 3 |
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. |