]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-114160)
authorEthan Furman <ethan@stoneleaf.us>
Wed, 17 Jan 2024 17:47:11 +0000 (09:47 -0800)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 17:47:11 +0000 (09:47 -0800)
commit33b47a2c2853066b549f242065f6c2e12e18b33b
tree6ef2f63139508a88109a8b0fc209dac0f878c81d
parent029ecee10dcb7c88382849f0220dba58a654e303
gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-114160)
Lib/enum.py
Lib/test/test_enum.py
Misc/NEWS.d/next/Library/2024-01-16-15-59-06.gh-issue-114149.LJ8IPm.rst [new file with mode: 0644]