Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d854831

Browse files
committed
Corrected the refcount information for PyList_SET_ITEM().
1 parent bab2965 commit d854831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/api/refcounts.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ PyList_New:int:len::
405405
PyList_Reverse:int:::
406406
PyList_Reverse:PyObject*:list:0:
407407

408-
PyList_SET_ITEM:PyObject*::0:
408+
PyList_SET_ITEM:void:::
409409
PyList_SET_ITEM:PyObject*:list:0:
410410
PyList_SET_ITEM:int:i::
411411
PyList_SET_ITEM:PyObject*:o:0:

0 commit comments

Comments
 (0)