Skip to main content

PyList_Extend

Function PyList_Extend 

pub unsafe extern "C" fn PyList_Extend(
    list: *mut PyObject,
    iterable: *mut PyObject,
) -> i32
Available on Py_3_13 and crate feature tls only.