[go: up one dir, main page]

pyo3::ffi

Function Py_CompileString

Source
pub unsafe fn Py_CompileString(
    string: *const i8,
    p: *const i8,
    s: i32,
) -> *mut PyObject
Available on neither PyPy nor GraalPy.