]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
fix tuple subclass handling when using custom __new__
authorEthan Furman <ethan@stoneleaf.us>
Wed, 17 Jan 2024 00:09:53 +0000 (16:09 -0800)
committerEthan Furman <ethan@stoneleaf.us>
Wed, 17 Jan 2024 00:09:53 +0000 (16:09 -0800)
commit05e142b1543eb9662d6cc33722e7e16250c9219f
tree551918925ca88e4ebd32db1d4f95cbae364b0313
parent2e672f7ca67470cbda3346a4b1b532cf5fa61799
fix tuple subclass handling when using custom __new__
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]