summaryrefslogtreecommitdiffstats
path: root/Doc/api/refcounts.dat
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-23 02:05:26 (GMT)
committerFred Drake <fdrake@acm.org>2001-09-23 02:05:26 (GMT)
commitd61d0d3f6dbd960a761c05ff7fea848cb6490aa3 (patch)
tree072b03e28f8637b204731461b3681b51db80729b /Doc/api/refcounts.dat
parent13b49d3374cca4eaffee5fa756192a234714c8ff (diff)
downloadcpython-d61d0d3f6dbd960a761c05ff7fea848cb6490aa3.zip
cpython-d61d0d3f6dbd960a761c05ff7fea848cb6490aa3.tar.gz
cpython-d61d0d3f6dbd960a761c05ff7fea848cb6490aa3.tar.bz2
Added API information for the PyCallIter_*() and PySeqIter_*() functions.
Added signatures for some new PyType_*() functions.
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: