]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-110163)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 27 Oct 2023 05:24:56 +0000 (00:24 -0500)
committerGitHub <noreply@github.com>
Fri, 27 Oct 2023 05:24:56 +0000 (00:24 -0500)
commit7f9a99e8549b792662f2cd28bf38a4d4625bd402
tree3e31df6a620f6a41c9a3547187ee794bbe343823
parentee2d22f06d8a4ca13b2dba5e8a7a639a3997cc69
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-110163)
Doc/howto/descriptor.rst
Doc/library/functions.rst
Doc/whatsnew/3.13.rst
Lib/test/test_decorators.py
Lib/test/test_doctest.py
Lib/test/test_property.py
Misc/NEWS.d/next/Core and Builtins/2023-09-30-17-30-11.gh-issue-89519.hz2pZf.rst [new file with mode: 0644]
Objects/funcobject.c