pub unsafe extern "C" fn _PyInterpreterState_SetEvalFrameFunc(
interp: *mut PyInterpreterState,
eval_frame: _PyFrameEvalFunction,
)
Available on
Py_3_9
and non-Py_LIMITED_API
only.Expand description
Set the frame evaluation function.