summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-01-05 00:17:15 (GMT)
committerGitHub <noreply@github.com>2024-01-05 00:17:15 (GMT)
commit6f90399c23783a5b51be194b02d30d7908d6afc2 (patch)
tree42698e5befd573ba4af7687e96d78fe2261e5c11
parent92ba4e10fad21db6505b819738b6d6458cb3f5e7 (diff)
downloadcpython-6f90399c23783a5b51be194b02d30d7908d6afc2.zip
cpython-6f90399c23783a5b51be194b02d30d7908d6afc2.tar.gz
cpython-6f90399c23783a5b51be194b02d30d7908d6afc2.tar.bz2
[3.12] gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as returning a strong reference (GH-113697) (#113698)
(cherry picked from commit 1ae7ceba29771baf8f2e8d2d4c50a0355cb6b5c8) Co-authored-by: Jamie Phan <jamie@ordinarylab.dev>
-rw-r--r--Doc/data/refcounts.dat7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat
index ee64ffd..1571a33 100644
--- a/Doc/data/refcounts.dat
+++ b/Doc/data/refcounts.dat
@@ -1607,6 +1607,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::