]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
authorDong-hee Na <donghee.na@python.org>
Thu, 23 Mar 2023 20:30:18 +0000 (05:30 +0900)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2023 20:30:18 +0000 (13:30 -0700)
commitbd063756b34003c1bc7cacf5b1bd90a409180fb6
tree886c4614e9bda5fc6e360f22ca245b0b5875a32e
parent16f6165b71e81b5e4d0be660ac64a9fce7dfd86c
gh-102558: [Enum] fix AttributeError during member repr() (GH-102601)
Lib/enum.py
Lib/test/test_enum.py