]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117663: [Enum] fix _simple_enum's detection of aliases (GH-117664)
authorEthan Furman <ethan@stoneleaf.us>
Tue, 9 Apr 2024 18:31:07 +0000 (11:31 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2024 18:31:07 +0000 (11:31 -0700)
commite5521bcca916c63866f0aa1c4dfb3a315d6ada73
tree235bc413efdfeb14c807e42c96541282e3434387
parentd5f1139c79525b4e7e4e8ad8c3e5fb831bbc3f28
gh-117663: [Enum] fix _simple_enum's detection of aliases (GH-117664)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2024-04-08-19-12-26.gh-issue-117663.CPfc_p.rst [new file with mode: 0644]