Commit a70f0e1f authored by Fred Drake's avatar Fred Drake

Corrected the refcount information for PyList_SET_ITEM().

parent 7e6e0c64
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment