]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46764: Fix wrapping bound method with @classmethod (#31367)
authorMichael J. Sullivan <sully@msully.net>
Thu, 5 May 2022 04:00:21 +0000 (21:00 -0700)
committerGitHub <noreply@github.com>
Thu, 5 May 2022 04:00:21 +0000 (23:00 -0500)
commita918589578a2a807396c5f6afab7b59ab692c642
tree4a415ddc98ecfe894e49ea9c2067085caad9236a
parentd1b2e989be2bc5128d6602e4f370d0ee6f5ac476
bpo-46764: Fix wrapping bound method with @classmethod (#31367)
Lib/test/test_decorators.py
Misc/NEWS.d/next/Core and Builtins/2022-02-16-03-23-38.bpo-46764.wEY4bS.rst [new file with mode: 0644]
Objects/classobject.c