]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-121086) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Jun 2024 12:13:01 +0000 (14:13 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2024 12:13:01 +0000 (12:13 +0000)
commit49e5740135670e04ae6da7e6f52dbe380655e0f1
tree47423e05c4f054ac6c6f1e7b42986ddb65b5b7d9
parentc7d2b2b646f5abdbec501f63ab9b719b3db70a1f
[3.13] gh-121027: Add a future warning in functools.partial.__get__ (GH-121086) (#121092)

gh-121027: Add a future warning in functools.partial.__get__ (GH-121086)
(cherry picked from commit db96edd6d1a58045196a71aff565743f493b5fbb)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/whatsnew/3.13.rst
Lib/functools.py
Lib/inspect.py
Lib/test/test_functools.py
Lib/test/test_inspect/test_inspect.py
Misc/NEWS.d/next/Library/2024-06-27-13-47-14.gh-issue-121027.jh55EC.rst [new file with mode: 0644]
Modules/_functoolsmodule.c