diff options
-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:: |