pyo3_ffi

Function PyList_SET_ITEM

Source
pub unsafe fn PyList_SET_ITEM(
    op: *mut PyObject,
    i: Py_ssize_t,
    v: *mut PyObject,
)
Available on non-Py_LIMITED_API and neither PyPy nor GraalPy only.
Expand description

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