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)*.
C
Christian Heimes committed
a3534a6ff5602ea848b1d27f4f9d9d7913cbe31b
Parent: fc5aa9d