]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-127537: Add __class_getitem__ to the python implementation of functools...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 27 Dec 2024 01:25:56 +0000 (02:25 +0100)
committerGitHub <noreply@github.com>
Fri, 27 Dec 2024 01:25:56 +0000 (01:25 +0000)
commit1781525422c7162a0aec2fda1dc95e45123b419a
treeb27fea58a13c0215fab015996aab10906dac5bc7
parent4f59f1d0d31522483fd881af5de3dadc0121401b
[3.13] gh-127537: Add __class_getitem__ to the python implementation of functools.partial (GH-127537) (#128281)

gh-127537: Add __class_getitem__ to the python implementation of functools.partial (GH-127537)
(cherry picked from commit 401bba6b58497ce59e7b45ad33e43ae8c67abcb9)

Co-authored-by: CF Bolz-Tereick <cfbolz@gmx.de>
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2024-12-04-10-39-29.gh-issue-83662.CG1s3m.rst [new file with mode: 0644]