diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2021-04-12 15:51:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 15:51:20 (GMT) |
commit | 8c14f5a787b21d5a1eae5d5ee981431d1c0e055f (patch) | |
tree | 839f0496da66f0459427ef58c83a4af56eae001e /Misc/NEWS.d/next/Library/2021-04-11-21-10-57.bpo-42248.pedB1E.rst | |
parent | 67c0b3d89c4da9750fdb43fc66d3924681b22d2e (diff) | |
download | cpython-8c14f5a787b21d5a1eae5d5ee981431d1c0e055f.zip cpython-8c14f5a787b21d5a1eae5d5ee981431d1c0e055f.tar.gz cpython-8c14f5a787b21d5a1eae5d5ee981431d1c0e055f.tar.bz2 |
bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350)
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-04-11-21-10-57.bpo-42248.pedB1E.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-04-11-21-10-57.bpo-42248.pedB1E.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-11-21-10-57.bpo-42248.pedB1E.rst b/Misc/NEWS.d/next/Library/2021-04-11-21-10-57.bpo-42248.pedB1E.rst new file mode 100644 index 0000000..0722d35 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-04-11-21-10-57.bpo-42248.pedB1E.rst @@ -0,0 +1 @@ +[Enum] ensure exceptions raised in ``_missing__`` are released |