summaryrefslogtreecommitdiffstats
path: root/Doc/api/refcounts.dat
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-12 15:22:05 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-12 15:22:05 (GMT)
commit81cccb7563bdffacc475e50510951a0c3eaf31ef (patch)
tree4d580f1269e92f5bf1c0ec46b0ca4bb87103f7fc /Doc/api/refcounts.dat
parentaafc0c4595c0e762ea598789537314ab95cbf524 (diff)
downloadcpython-81cccb7563bdffacc475e50510951a0c3eaf31ef.zip
cpython-81cccb7563bdffacc475e50510951a0c3eaf31ef.tar.gz
cpython-81cccb7563bdffacc475e50510951a0c3eaf31ef.tar.bz2
Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM().
Diffstat (limited to 'Doc/api/refcounts.dat')
-rw-r--r--Doc/api/refcounts.dat8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index bb71d71..09a727e 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -702,6 +702,14 @@ PySequence_DelSlice:PyObject*:o:0:
PySequence_DelSlice:int:i1::
PySequence_DelSlice:int:i2::
+PySequence_Fast:PyObject*::+1:
+PySequence_Fast:PyObject*:v:0:
+PySequence_Fast:const char*:m::
+
+PySequence_Fast_GET_ITEM:PyObject*::0:
+PySequence_Fast_GET_ITEM:PyObject*:o:0:
+PySequence_Fast_GET_ITEM:int:i::
+
PySequence_GetItem:PyObject*::+1:
PySequence_GetItem:PyObject*:o:0:
PySequence_GetItem:int:i::