pub unsafe fn PyList_SET_ITEM(
    op: *mut PyObject,
    i: Py_ssize_t,
    v: *mut PyObject
)
This is supported on non-PyPy only.
Expand description

Macro, only to be used to fill in brand new lists