pyo3::ffi

Function _PyObject_FastCallTstate

Source
pub unsafe fn _PyObject_FastCallTstate(
    tstate: *mut PyThreadState,
    func: *mut PyObject,
    args: *const *mut PyObject,
    nargs: isize,
) -> *mut PyObject
Available on Py_3_8 and neither PyPy nor GraalPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here