pyo3_ffi

Function Py_CompileStringFlags

Source
pub unsafe fn Py_CompileStringFlags(
    string: *const c_char,
    p: *const c_char,
    s: c_int,
    f: *mut PyCompilerFlags,
) -> *mut PyObject
Available on non-Py_LIMITED_API and neither PyPy nor GraalPy only.