[Python-checkins] CVS: python/dist/src/Doc/api refcounts.dat,1.33,1.34

Fred L. Drake fdrake@users.sourceforge.net
Fri, 26 Oct 2001 09:29:24 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv8428/api

Modified Files:
	refcounts.dat 
Log Message:
Added refcount data for PyObject_CallFunctionObArgs() and
PyObject_CallMethodObArgs().


Index: refcounts.dat
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/refcounts.dat,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** refcounts.dat	2001/09/24 15:29:47	1.33
--- refcounts.dat	2001/10/26 16:29:22	1.34
***************
*** 720,723 ****
--- 720,727 ----
  PyObject_CallFunction::...::
  
+ PyObject_CallFunctionObArgs:PyObject*::+1:
+ PyObject_CallFunctionObArgs:PyObject*:callable:0:
+ PyObject_CallFunctionObArgs::...::
+ 
  PyObject_CallMethod:PyObject*::+1:
  PyObject_CallMethod:PyObject*:o:0:
***************
*** 725,728 ****
--- 729,737 ----
  PyObject_CallMethod:char*:format::
  PyObject_CallMethod::...::
+ 
+ PyObject_CallMethodObArgs:PyObject*::+1:
+ PyObject_CallMethodObArgs:PyObject*:o:0:
+ PyObject_CallMethodObArgs:char*:name::
+ PyObject_CallMethodObArgs::...::
  
  PyObject_CallObject:PyObject*::+1: