[Python-checkins] CVS: python/dist/src/Objects abstract.c,2.87,2.88

M.-A. Lemburg mal@lemburg.com
Fri, 26 Oct 2001 22:58:06 +0200


"Fred L. Drake" wrote:
> 
> Update of /cvsroot/python/python/dist/src/Objects
> In directory usw-pr-cvs1:/tmp/cvs-serv3454/Objects
> 
> Modified Files:
>         abstract.c
> Log Message:
> 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.

Just curious: why didn't you call them ...FunctionObjArgs() ? (with
the 'j')

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Consulting & Company:                           http://www.egenix.com/
Python Software:                        http://www.lemburg.com/python/