]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Marc-Andre Lemburg's patch to support instance methods with other
authorGuido van Rossum <guido@python.org>
Wed, 8 Jul 1998 14:58:16 +0000 (14:58 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 8 Jul 1998 14:58:16 +0000 (14:58 +0000)
commit7859f87fdbcc0679aa6ed9c181ee3826002ac5ca
tree21deb8482707e62cf1b6a4d002c97d12a03eb3c3
parentbb71ab68f9c376a5cda676fa35713cea34783fc0
Marc-Andre Lemburg's patch to support instance methods with other
callable objects than regular Pythonm functions as their im_func.
Modules/newmodule.c
Objects/classobject.c
Python/ceval.c