https://github.com/python/cpython/commit/1ae7ceba29771baf8f2e8d2d4c50a0355cb6b5c8
commit: 1ae7ceba29771baf8f2e8d2d4c50a0355cb6b5c8
branch: main
author: Jamie Phan <[email protected]>
committer: erlend-aasland <[email protected]>
date: 2024-01-04T15:05:31+01:00
summary:

gh-113696: Docs: Annotate PyObject_CallOneArg and PyObject_CallNoArgs as 
returning a strong reference (#113697)

files:
M Doc/data/refcounts.dat

diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat
index ef9ac1617a284b..0b48512083ced4 100644
--- a/Doc/data/refcounts.dat
+++ b/Doc/data/refcounts.dat
@@ -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::

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to