]> granicus.if.org Git - python/commit
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
authorChristian Heimes <christian@cheimes.de>
Tue, 11 Dec 2007 19:56:40 +0000 (19:56 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 11 Dec 2007 19:56:40 +0000 (19:56 +0000)
commita3534a6ff5602ea848b1d27f4f9d9d7913cbe31b
treea39ae6545f6c82f842768ae2bfa4afcd931f5573
parentfc5aa9d0bcf56d3bda0f033593ca4506b83515ee
Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C API
has gained a new type *PyInstanceMethod_Type* and the functions
*PyInstanceMethod_Check(o)*, *PyInstanceMethod_New(func)* and
*PyInstanceMethod_Function(im)*.
Doc/c-api/concrete.rst
Include/classobject.h
Misc/NEWS
Objects/classobject.c