[go: up one dir, main page]

pub unsafe fn Py_CompileStringFlags(
    string: *const i8,
    p: *const i8,
    s: i32,
    f: *mut PyCompilerFlags
) -> *mut PyObject
This is supported on non-PyPy only.