In-line the code in range() to set the list items; there's really no
need to call PyList_SetItem(v,i,w) when PyList_GET_ITEM(v,i)=w {sic} will do.
Showing
Please
register
or
sign in
to comment
need to call PyList_SetItem(v,i,w) when PyList_GET_ITEM(v,i)=w {sic} will do.