]> 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:26 +0000 (16:19 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 10 Jul 2001 16:19:26 +0000 (16:19 +0000)
Doc/api/refcounts.dat

index 2a3cc00e381df5359fb8a640d5620d6e6f7387e4..f69b4f6ddda30e9d9532a683b1629927f060bbd0 100644 (file)
@@ -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: