]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH...
authorEthan Furman <ethan@stoneleaf.us>
Mon, 12 Apr 2021 22:03:29 +0000 (15:03 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 22:03:29 +0000 (15:03 -0700)
commit6379924ecd51e346b42b0293da0f4442a0f67707
tree5ea83c80634db152d57e904579e9f66e1e42fe09
parentde06baa9de109a00c26de0dc5a248fe7aafe09f5
[3.9] bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350). (GH-25370)

(cherry picked from commit 8c14f5a787b21d5a1eae5d5ee981431d1c0e055f)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2021-04-11-21-10-57.bpo-42248.pedB1E.rst [new file with mode: 0644]