pub unsafe fn PyList_GET_ITEM(op: *mut PyObject, i: isize) -> *mut PyObject
Available on non-PyPy only.
Expand description

Macro, trading safety for speed