[go: up one dir, main page]

pub unsafe extern "C" fn PyEval_EvalFrameEx(
    f: *mut PyFrameObject,
    exc: i32
) -> *mut PyObject