pub type _PyFrameEvalFunction = extern "C" fn(*mut PyThreadState, *mut _PyInterpreterFrame, c_int) -> *mut PyObject;
Available on
Py_3_11
and non-PyPy
and non-Py_LIMITED_API
only.pub type _PyFrameEvalFunction = extern "C" fn(*mut PyThreadState, *mut _PyInterpreterFrame, c_int) -> *mut PyObject;
Py_3_11
and non-PyPy
and non-Py_LIMITED_API
only.