diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2021-04-12 19:16:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 19:16:46 (GMT) |
commit | f396a1a940f8608a4be2a9ac4ef82e37c198ecd3 (patch) | |
tree | 275a06738d25429b80a6753d48c0428e79656092 /Misc | |
parent | 04425a922b598d03770619b0c658ee9874113550 (diff) | |
download | cpython-f396a1a940f8608a4be2a9ac4ef82e37c198ecd3.zip cpython-f396a1a940f8608a4be2a9ac4ef82e37c198ecd3.tar.gz cpython-f396a1a940f8608a4be2a9ac4ef82e37c198ecd3.tar.bz2 |
[3.8] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25369)
(cherry picked from commit 8c14f5a787b21d5a1eae5d5ee981431d1c0e055f)
Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Diffstat (limited to 'Misc')
-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 |