devela::_dep::pyo3::ffi

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.