]> 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:33:03 +0000 (06:33 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 13:33:03 +0000 (06:33 -0700)
commitc48720576d63f9a7de15a6e46b07262dd3d04a8d
treed2504d43866f4e0aa1e7c64a87ed1dd6b77abf67
parent153365d864c411f6fb523efa752ccb3497d815ca
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