[Python-checkins] commit of r41762 - python/trunk/Doc/api/refcounts.dat

fredrik.lundh python-checkins at python.org
Sun Dec 18 20:39:59 CET 2005


Author: fredrik.lundh
Date: Sun Dec 18 20:39:59 2005
New Revision: 41762

Modified:
   python/trunk/Doc/api/refcounts.dat
Log:
SF#1383115 

added refcount information for PyObject_Call



Modified: python/trunk/Doc/api/refcounts.dat
==============================================================================
--- python/trunk/Doc/api/refcounts.dat	(original)
+++ python/trunk/Doc/api/refcounts.dat	Sun Dec 18 20:39:59 2005
@@ -751,6 +751,11 @@
 PyObject_AsFileDescriptor:int::: 
 PyObject_AsFileDescriptor:PyObject*:o:0:
 
+PyObject_Call:PyObject*::+1:
+PyObject_Call:PyObject*:callable_object:0:
+PyObject_Call:PyObject*:args:0:
+PyObject_Call:PyObject*:kw:0:
+
 PyObject_CallFunction:PyObject*::+1:
 PyObject_CallFunction:PyObject*:callable_object:0:
 PyObject_CallFunction:char*:format::


More information about the Python-checkins mailing list