]> granicus.if.org Git - python/commitdiff
SF#1383115
authorFredrik Lundh <fredrik@pythonware.com>
Sun, 18 Dec 2005 19:39:59 +0000 (19:39 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Sun, 18 Dec 2005 19:39:59 +0000 (19:39 +0000)
added refcount information for PyObject_Call

Doc/api/refcounts.dat

index f6b00cfee06aa52c159f73470cad109047d57d52..a8f3817e76ffe3c0e2defc71e1b8fd1f646d7328 100644 (file)
@@ -751,6 +751,11 @@ PyOS_GetLastModificationTime:char*:filename::
 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::