From: Fredrik Lundh Date: Sun, 18 Dec 2005 19:39:59 +0000 (+0000) Subject: SF#1383115 X-Git-Tag: v2.5a0~984 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=118be0c6caf744ef48d622ece7fb3668f8ac62d3;p=thirdparty%2FPython%2Fcpython.git SF#1383115 added refcount information for PyObject_Call --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index f6b00cfee06a..a8f3817e76ff 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -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::