diff options
author | Fred Drake <fdrake@acm.org> | 2002-05-23 16:03:16 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-05-23 16:03:16 (GMT) |
commit | ffb294bd349a1481ad1ee73cba12374e9351c35f (patch) | |
tree | 5252496bd7677204f9b368facd137263264a1ee0 /Doc/api/refcounts.dat | |
parent | 86228e4ca2cc864a622dc16849763a7e6207711b (diff) | |
download | cpython-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.dat | 4 |
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:: |