Skip to main content

_PyObject_FastCall

Function _PyObject_FastCall 

pub unsafe fn _PyObject_FastCall(
    func: *mut PyObject,
    args: *const *mut PyObject,
    nargs: isize,
) -> *mut PyObject
Available on Py_3_8 and neither PyPy nor GraalPy and crate feature tls only.