diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-18 19:39:59 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-18 19:39:59 (GMT) |
commit | 118be0c6caf744ef48d622ece7fb3668f8ac62d3 (patch) | |
tree | b180fe0d533d62cf8a0f78ca21e5f3744c09f424 /Doc | |
parent | 93d69a7948d3ecebcfd8fd98d0909af56ef4993f (diff) | |
download | cpython-118be0c6caf744ef48d622ece7fb3668f8ac62d3.zip cpython-118be0c6caf744ef48d622ece7fb3668f8ac62d3.tar.gz cpython-118be0c6caf744ef48d622ece7fb3668f8ac62d3.tar.bz2 |
SF#1383115
added refcount information for PyObject_Call
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/refcounts.dat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index f6b00cf..a8f3817 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:: |