Searched refs:marshal_loads_impl (Results 1 – 2 of 2) sorted by relevance
281 marshal_loads_impl(PyObject *module, Py_buffer *bytes, int allow_code);332 return_value = marshal_loads_impl(module, &bytes, allow_code); in marshal_loads()
1893 marshal_loads_impl(PyObject *module, Py_buffer *bytes, int allow_code) in marshal_loads_impl() function