]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Corrected the refcount information for PyList_SET_ITEM().
authorFred Drake <fdrake@acm.org>
Tue, 10 Jul 2001 16:19:13 +0000 (16:19 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Jul 2001 16:19:13 +0000 (16:19 +0000)
Doc/api/refcounts.dat

index 749d9b6ade55cf74e45a05d2e7fa2f53350fab9a..566cc2f3cc1b6df69fb6c27409d8733deae42d73 100644 (file)
@@ -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: