Skip to content

Commit

Permalink
pythongh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_Call…
Browse files Browse the repository at this point in the history
…NoArgs as returning a strong reference (python#113697)
  • Loading branch information
ordinary-jamie authored Jan 4, 2024
1 parent 35ef8cb commit 1ae7ceb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Doc/data/refcounts.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1589,6 +1589,13 @@ PyObject_Call:PyObject*:callable_object:0:
PyObject_Call:PyObject*:args:0:
PyObject_Call:PyObject*:kw:0:

PyObject_CallNoArgs:PyObject*::+1:
PyObject_CallNoArgs:PyObject*:callable_object:0:

PyObject_CallOneArg:PyObject*::+1:
PyObject_CallOneArg:PyObject*:callable_object:0:
PyObject_CallOneArg:PyObject*:arg:0:

PyObject_CallFunction:PyObject*::+1:
PyObject_CallFunction:PyObject*:callable_object:0:
PyObject_CallFunction:const char*:format::
Expand Down

0 comments on commit 1ae7ceb

Please sign in to comment.