]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add interface to call a Python function (or other callable) object
authorGuido van Rossum <guido@python.org>
Sat, 27 Jul 1991 21:32:34 +0000 (21:32 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 27 Jul 1991 21:32:34 +0000 (21:32 +0000)
commit83bf35cb27e28616b75c5010f94aec2641d08f60
tree5b6a7fdb65c6faa46fb571e120950c6aff98f1a1
parent7ac4a88721b784e80c0a0f05a868e62fbc14e947
Add interface to call a Python function (or other callable) object
from C.
Python/ceval.c