Function _PyRun_InteractiveLoopObject
pub unsafe extern "C" fn _PyRun_InteractiveLoopObject(
fp: *mut FILE,
filename: *mut PyObject,
flags: *mut PyCompilerFlags,
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.