]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121027: Make the functools.partial object a method descriptor (GH-121089)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 3 Jul 2024 06:02:15 +0000 (09:02 +0300)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2024 06:02:15 +0000 (09:02 +0300)
commitff5806c78edda1feed61254ac55193772dc9ec48
treeb7559dfb94f0ec9ade90ba96a2e6a853f6f4cd1e
parentf09d184821efd9438d092643881e28bdf8de4de5
gh-121027: Make the functools.partial object a method descriptor (GH-121089)

Co-authored-by: d.grigonis <dgrigonis@users.noreply.github.com>
Doc/whatsnew/3.14.rst
Lib/functools.py
Lib/test/test_functools.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-06-27-12-27-52.gh-issue-121027.D4K1OX.rst [new file with mode: 0644]
Modules/_functoolsmodule.c