Skip to main content

PyRun_InteractiveLoop

Function PyRun_InteractiveLoop 

pub unsafe extern "C" fn PyRun_InteractiveLoop(
    f: *mut FILE,
    p: *const i8,
) -> i32
Available on crate feature tls and neither PyPy nor GraalPy only.