Skip to main content

_PyFrameEvalFunction

Type Alias _PyFrameEvalFunction 

Source
pub type _PyFrameEvalFunction = unsafe extern "C" fn(tstate: *mut PyThreadState, frame: *mut _PyInterpreterFrame, throwflag: c_int) -> *mut PyObject;
Available on Py_3_11 and neither Py_LIMITED_API nor RustPython and non-PyPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here