Skip to main content

PyList_GET_ITEM

Function PyList_GET_ITEM 

pub unsafe fn PyList_GET_ITEM(op: *mut PyObject, i: isize) -> *mut PyObject
Available on crate feature tls and neither PyPy nor GraalPy only.
Expand description

Macro, trading safety for speed