]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't make a call at the C level when calling bound-methods from Python code. (GH...
authorMark Shannon <mark@hotpy.org>
Wed, 27 Oct 2021 14:26:22 +0000 (15:26 +0100)
committerGitHub <noreply@github.com>
Wed, 27 Oct 2021 14:26:22 +0000 (15:26 +0100)
commit4776b07d178b2800374f5c15da182f1215756205
tree1f1c6e6c64d1666e83dde5ee3caec8254ff6fe36
parentbcee6aa31550cfecdc3acecbd0e4447bb0051887
Don't make a call at the C level when calling bound-methods from Python code. (GH-29238)
Python/ceval.c