]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)
authorEthan Furman <ethan@stoneleaf.us>
Mon, 27 Mar 2023 23:26:16 +0000 (16:26 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 23:26:16 +0000 (16:26 -0700)
commitf4ed2c6ae5915329e49b9f94033ef182400e29fa
tree70e3afc7594277ba666bf9bcb873d7009eba11ff
parentb838d80085b0162cc2ae7b4db5d2a9d9c6a28366
gh-102558: [Enum] better handling of non-Enum EnumType classes (GH-103060)
Lib/enum.py
Lib/test/test_enum.py