mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
SF#1383115
added refcount information for PyObject_Call
This commit is contained in:
parent
93d69a7948
commit
118be0c6ca
1 changed files with 5 additions and 0 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue