Function Py_CompileStringObject
pub unsafe extern "C" fn Py_CompileStringObject(
str: *const i8,
filename: *mut PyObject,
start: i32,
flags: *mut PyCompilerFlags,
optimize: i32,
) -> *mut PyObject
Available on crate features
dep_pyo3
and std
only.