pyo3_ffi

Function _PyInterpreterState_GetEvalFrameFunc

Source
pub unsafe extern "C" fn _PyInterpreterState_GetEvalFrameFunc(
    interp: *mut PyInterpreterState,
) -> _PyFrameEvalFunction
Available on Py_3_9 and non-Py_LIMITED_API only.
Expand description

Get the frame evaluation function.