summaryrefslogtreecommitdiffstats
path: root/Doc/api/refcounts.dat
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/api/refcounts.dat')
-rw-r--r--Doc/api/refcounts.dat7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 5f16800..fa4fe4f 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -67,6 +67,10 @@ PyCObject_FromVoidPtrAndDesc:void(*)(void*,void*):destr::
PyCObject_GetDesc:void*:::
PyCObject_GetDesc:PyObject*:self:0:
+PyCallIter_New:PyObject*::+1:
+PyCallIter_New:PyObject*:callable::
+PyCallIter_New:PyObject*:sentinel::
+
PyCallable_Check:int:::
PyCallable_Check:PyObject*:o:0:
@@ -845,6 +849,9 @@ PyRun_String:int:start::
PyRun_String:PyObject*:globals:0:
PyRun_String:PyObject*:locals:0:
+PySeqIter_New:PyObject*::+1:
+PySeqIter_New:PyObject*:seq::
+
PySequence_Check:int:::
PySequence_Check:PyObject*:o:0: