]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Apr 2023 23:01:31 +0000 (16:01 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2023 23:01:31 +0000 (16:01 -0700)
commit5342f5e713e0cc45b6f226d2d053a8cde1b4d68e
tree7433b306aa10e088a2f56519081bb627987d0bf9
parentcf72cc25f600183c69e3639e78cfae3571f8d4d0
gh-102549: [Enum] fail enum creation when data type raises in __init__ (GH-103149)

(cherry picked from commit 2a4d8c0a9e88f45047da640ce5a92b304d2d39b1)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2023-03-27-19-21-51.gh-issue-102549.NQ6Nlv.rst [new file with mode: 0644]