Function PyList_GET_ITEM
pub unsafe fn PyList_GET_ITEM(op: *mut PyObject, i: isize) -> *mut PyObjectAvailable on crate feature
tls and neither PyPy nor GraalPy only.Expand description
Macro, trading safety for speed