From ffb294bd349a1481ad1ee73cba12374e9351c35f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 23 May 2002 16:03:16 +0000 Subject: Add refcount information for PySequence_ITEM(). --- Doc/api/refcounts.dat | 4 ++++ 1 file changed, 4 insertions(+) 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:: -- cgit v0.12