pyo3_ffi

Function Py_CompileString

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