Function _PyInterpreterState_SetEvalFrameFunc
pub unsafe extern "C" fn _PyInterpreterState_SetEvalFrameFunc(
interp: *mut PyInterpreterState,
eval_frame: extern "C" fn(_: *mut PyThreadState, _: *mut PyFrameObject, _: i32) -> *mut PyObject,
)
Available on crate features
dep_pyo3
and std
only.Expand description
Set the frame evaluation function.