]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Jul 2021 13:29:17 +0000 (06:29 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 13:29:17 +0000 (06:29 -0700)
commitc558e12695e5fe39778eb3eead9df48870356800
tree6ad4bfe614e2447040c857d048a91bc1f1667fd8
parent684eb5cb8016546f1f8652dae8febd5c6571193e
bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-27202)

(cherry picked from commit ddf8ae31a0f371eff2db14c7f7a45976b86d56ea)

Co-authored-by: Dong-hee Na <donghee.na@python.org>
Objects/classobject.c