From 1c2d06acaf62cf5cd255d06e1859021f42285fa5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 16 Jun 2000 20:00:04 +0000 Subject: [PATCH] Added reference count information for PySequence_List(). --- Doc/api/refcounts.dat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index b3006fcd0aa..5aba6c49f74 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -726,6 +726,9 @@ PySequence_SetSlice:int:i1:: PySequence_SetSlice:int:i2:: PySequence_SetSlice:PyObject*:v:+1: +PySequence_List:PyObject*::+1: +PySequence_List:PyObject*:o:0: + PySequence_Tuple:PyObject*::+1: PySequence_Tuple:PyObject*:o:0: