[][src]Function swim_python3_sys::pythonrun::Py_CompileStringExFlags

pub unsafe extern "C" fn Py_CompileStringExFlags(
    str: *const cchar,
    filename: *const cchar,
    start: int,
    flags: *mut PyCompilerFlags,
    optimize: int
) -> *mut PyObject