Searched refs:marshal_loads_impl (Results 1 – 2 of 2) sorted by relevance
143 marshal_loads_impl(PyObject *module, Py_buffer *bytes);158 return_value = marshal_loads_impl(module, &bytes); in marshal_loads()
1730 marshal_loads_impl(PyObject *module, Py_buffer *bytes) in marshal_loads_impl() function