Skip to main content

PyMarshal_ReadObjectFromString

Function PyMarshal_ReadObjectFromString 

Source
pub unsafe extern "C" fn PyMarshal_ReadObjectFromString(
    data: *const i8,
    len: isize,
) -> *mut PyObject
Available on neither Py_LIMITED_API nor RustPython and non-GraalPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here