]> granicus.if.org Git - python/commit
PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()
authorFred Drake <fdrake@acm.org>
Sun, 28 Oct 2001 02:39:03 +0000 (02:39 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 28 Oct 2001 02:39:03 +0000 (02:39 +0000)
commitb0c079e3e5793290db8651ea4edbbf6d4ba18218
tree6cd66c15270b6c26584334b111fa5d394ab12c51
parent86443216b71d3a2ae25561ab1288e8a03db594d2
PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs()
PyObject_CallMethodObArgs() ---> PyObject_CallMethodObjArgs()
Doc/api/abstract.tex
Doc/api/refcounts.dat
Include/abstract.h
Objects/abstract.c