]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Mar 2023 23:49:15 +0000 (16:49 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 23:49:15 +0000 (16:49 -0700)
commit5ba5ce47f6770677d2e126b5360107ad34488210
tree4545573e90ab476b9e5152521f137cc069be9c0c
parent13df5d3497e6148b2b42bed7b5593144f8f6216c
gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)

(cherry picked from commit f4ed2c6ae5915329e49b9f94033ef182400e29fa)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
Lib/enum.py
Lib/test/test_enum.py