]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121027: Add a future warning in functools.partial.__get__ (#121086)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 27 Jun 2024 11:47:20 +0000 (14:47 +0300)
committerGitHub <noreply@github.com>
Thu, 27 Jun 2024 11:47:20 +0000 (11:47 +0000)
commitdb96edd6d1a58045196a71aff565743f493b5fbb
treeeea2596651c3e0b059363e014624eafd28ad5896
parent223c03a43c010cf4404f2a42efafe587646a0619
gh-121027: Add a future warning in functools.partial.__get__ (#121086)
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