]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 Mar 2023 20:56:38 +0000 (13:56 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 20:56:38 +0000 (13:56 -0700)
commit8132aefa0f23cb65b004e6f7b203f9f7b47fd997
tree285607d7f93e0f441bfa7695879355991e2dd2d1
parent60b2b58f87af178f8eb5e4b579f8a518c267373f
gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)

(cherry picked from commit bd063756b34003c1bc7cacf5b1bd90a409180fb6)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Lib/enum.py
Lib/test/test_enum.py