Skip to main content

_PyInterpreterState_SetEvalFrameFunc

Function _PyInterpreterState_SetEvalFrameFunc 

Source
pub unsafe extern "C" fn _PyInterpreterState_SetEvalFrameFunc(
    interp: *mut PyInterpreterState,
    eval_frame: Option<_PyFrameEvalFunction>,
)
Available on neither Py_LIMITED_API nor RustPython and non-PyPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here