devela::_dep::pyo3::ffi

Function _PyInterpreterState_GetEvalFrameFunc

pub unsafe extern "C" fn _PyInterpreterState_GetEvalFrameFunc(
    interp: *mut PyInterpreterState,
) -> extern "C" fn(_: *mut PyThreadState, _: *mut PyFrameObject, _: i32) -> *mut PyObject
Available on crate features dep_pyo3 and std only.
Expand description

Get the frame evaluation function.