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