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