]> granicus.if.org Git - python/commit
Added two new functions to conveniently call functions/methods from C.
authorFred Drake <fdrake@acm.org>
Fri, 26 Oct 2001 16:21:32 +0000 (16:21 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 26 Oct 2001 16:21:32 +0000 (16:21 +0000)
commitb421b8c19105d08b97122b7c84eec37ad83c6de4
tree37e00d4acbdd57916ba418dbd79989c17c741ea7
parentef7d08a661dc28c732f4738cb328a74b32ce435b
Added two new functions to conveniently call functions/methods from C.
PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs() have the
advantage that no format strings need to be parsed.  The CallMethod
variant also avoids creating a new string object in order to retrieve
a method from an object as well.
Include/abstract.h
Objects/abstract.c