From: Fred Drake Date: Fri, 16 Jun 2000 20:00:04 +0000 (+0000) Subject: Added reference count information for PySequence_List(). X-Git-Tag: v2.0b1~1500 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c2d06acaf62cf5cd255d06e1859021f42285fa5;p=thirdparty%2FPython%2Fcpython.git Added reference count information for PySequence_List(). --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index b3006fcd0aad..5aba6c49f74d 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: