Function PyAST_CompileEx

Source
pub unsafe extern "C" fn PyAST_CompileEx(
    _mod: *mut _mod,
    filename: *const c_char,
    flags: *mut PyCompilerFlags,
    optimize: c_int,
    arena: *mut PyArena,
) -> *mut PyCodeObject
Available on non-Py_LIMITED_API and neither PyPy nor Py_3_10 only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here