]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 12 Apr 2021 15:51:20 +0000 (08:51 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 15:51:20 +0000 (08:51 -0700)
commit8c14f5a787b21d5a1eae5d5ee981431d1c0e055f
tree839f0496da66f0459427ef58c83a4af56eae001e
parent67c0b3d89c4da9750fdb43fc66d3924681b22d2e
bpo-42248: [Enum] ensure exceptions raised in ``_missing_`` are released (GH-25350)
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]