From: Fred Drake Date: Tue, 10 Jul 2001 16:19:13 +0000 (+0000) Subject: Corrected the refcount information for PyList_SET_ITEM(). X-Git-Tag: v2.2a3~1291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d854831ddd2adbec80f38ffb26a0f355b9c8772e;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 749d9b6ade55..566cc2f3cc1b 100644 --- a/Doc/api/refcounts.dat +++ b/Doc/api/refcounts.dat @@ -405,7 +405,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: