pyo3::ffi

Function Py_CompileStringExFlags

Source
pub unsafe extern "C" fn Py_CompileStringExFlags(
    str: *const i8,
    filename: *const i8,
    start: i32,
    flags: *mut PyCompilerFlags,
    optimize: i32,
) -> *mut PyObject
Available on neither PyPy nor GraalPy.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here