]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127537: Add __class_getitem__ to the python implementation of functools...
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Fri, 27 Dec 2024 01:25:07 +0000 (17:25 -0800)
committerGitHub <noreply@github.com>
Fri, 27 Dec 2024 01:25:07 +0000 (01:25 +0000)
commit82dbfbfec9e09b7cc63a8191e9068f13c04e31d8
tree3a8f476673d72583cef79b7ad3afe50c889b58ca
parentf699151c8769a63382f9f484581c4d3debda628b
[3.12] gh-127537: Add __class_getitem__ to the python implementation of functools.partial (#127537) (#128282)

gh-127537: Add __class_getitem__ to the python implementation of functools.partial (#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]