Function PyEval_EvalFrameEx
pub unsafe extern "C" fn PyEval_EvalFrameEx(
f: *mut PyFrameObject,
exc: i32,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyEval_EvalFrameEx(
f: *mut PyFrameObject,
exc: i32,
) -> *mut PyObject
dep_pyo3
and std
only.