]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113157 gh-89519: Fix method descriptors (gh-113233)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 21 Dec 2023 22:08:35 +0000 (16:08 -0600)
committerGitHub <noreply@github.com>
Thu, 21 Dec 2023 22:08:35 +0000 (16:08 -0600)
commitd058eaeed44766a8291013b275ad22f153935d3b
treead04f887c91636089b4f19c85ace7997ce7c4341
parent6a5b4736e548fc5827c3bcf1a14193f77e1a989d
gh-113157 gh-89519:  Fix method descriptors (gh-113233)

Restore behaviors before classmethod descriptor chaining was introduced.
Lib/test/test_descr.py
Objects/classobject.c