]> granicus.if.org Git - python/commit
Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back.
authorGuido van Rossum <guido@python.org>
Wed, 5 Sep 2001 22:52:50 +0000 (22:52 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Sep 2001 22:52:50 +0000 (22:52 +0000)
commitb479dc561c1e778c892f04d1e9673400e95d7e78
treef34c39cbecffdf0c0cda704a44c8758d6e097f1a
parenta40c793d06ee2b42a5013015352616b4ca6b288b
Add PyMethod_Function(), PyMethod_Self(), PyMethod_Class() back.
While not even documented, they were clearly part of the C API,
there's no great difficulty to support them, and it has the cool
effect of not requiring any changes to ExtensionClass.c.
Include/classobject.h
Objects/classobject.c