summaryrefslogtreecommitdiffstats
path: root/Doc/api/refcounts.dat
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-05-23 16:03:16 (GMT)
committerFred Drake <fdrake@acm.org>2002-05-23 16:03:16 (GMT)
commitffb294bd349a1481ad1ee73cba12374e9351c35f (patch)
tree5252496bd7677204f9b368facd137263264a1ee0 /Doc/api/refcounts.dat
parent86228e4ca2cc864a622dc16849763a7e6207711b (diff)
downloadcpython-ffb294bd349a1481ad1ee73cba12374e9351c35f.zip
cpython-ffb294bd349a1481ad1ee73cba12374e9351c35f.tar.gz
cpython-ffb294bd349a1481ad1ee73cba12374e9351c35f.tar.bz2
Add refcount information for PySequence_ITEM().
Diffstat (limited to 'Doc/api/refcounts.dat')
-rw-r--r--Doc/api/refcounts.dat4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat
index 28c795a..5128f8f 100644
--- a/Doc/api/refcounts.dat
+++ b/Doc/api/refcounts.dat
@@ -964,6 +964,10 @@ PySequence_InPlaceRepeat:PyObject*::+1:
PySequence_InPlaceRepeat:PyObject*:s:0:
PySequence_InPlaceRepeat:PyObject*:o:0:
+PySequence_ITEM:PyObject*::+1:
+PySequence_ITEM:PyObject*:o:0:
+PySequence_ITEM:int:i::
+
PySequence_Repeat:PyObject*::+1:
PySequence_Repeat:PyObject*:o:0:
PySequence_Repeat:int:count::