From: Fred Drake Date: Tue, 10 Jul 2001 16:19:26 +0000 (+0000) Subject: Corrected the refcount information for PyList_SET_ITEM(). X-Git-Tag: v2.1.1c1~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93e543c7fc01c36febc27bf2777c636a5f09bb85;p=thirdparty%2FPython%2Fcpython.git Corrected the refcount information for PyList_SET_ITEM(). --- diff --git a/Doc/api/refcounts.dat b/Doc/api/refcounts.dat index 2a3cc00e381d..f69b4f6ddda3 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -400,7 +400,7 @@ PyList_New:int:len:: PyList_Reverse:int::: PyList_Reverse:PyObject*:list:0: -PyList_SET_ITEM:PyObject*::0: +PyList_SET_ITEM:void::: PyList_SET_ITEM:PyObject*:list:0: PyList_SET_ITEM:int:i:: PyList_SET_ITEM:PyObject*:o:0: