pyo3_ffi

Function _PyObject_MakeTpCall

Source
pub unsafe extern "C" fn _PyObject_MakeTpCall(
    tstate: *mut PyThreadState,
    callable: *mut PyObject,
    args: *const *mut PyObject,
    nargs: Py_ssize_t,
    keywords: *mut PyObject,
) -> *mut PyObject
Available on Py_3_8 and neither PyPy nor GraalPy and non-Py_LIMITED_API only.