]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jan 2024 21:34:48 +0000 (22:34 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 21:34:48 +0000 (13:34 -0800)
commitc1890e666eaaa819a318b4a6b4f2c8c33a8c679e
tree66c5f0bcfa02462b12895ec03f2a719fe0038634
parent24d23929d6b77d644fc6ffec5d565deba2231504
[3.12] gh-114149: [Enum] fix tuple subclass handling when using custom __new__ (GH-114160) (GH-114196)

(cherry picked from commit 33b47a2c2853066b549f242065f6c2e12e18b33b)

Co-authored-by: Ethan Furman <ethan@stoneleaf.us>
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]