Home
last modified time | relevance | path

Searched refs:compat_pickle (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_pickle.c221 PyObject *compat_pickle = NULL; in _Pickle_InitState() local
274 compat_pickle = PyImport_ImportModule("_compat_pickle"); in _Pickle_InitState()
275 if (!compat_pickle) in _Pickle_InitState()
278 PyObject_GetAttrString(compat_pickle, "NAME_MAPPING"); in _Pickle_InitState()
288 PyObject_GetAttrString(compat_pickle, "IMPORT_MAPPING"); in _Pickle_InitState()
299 PyObject_GetAttrString(compat_pickle, "REVERSE_NAME_MAPPING"); in _Pickle_InitState()
309 PyObject_GetAttrString(compat_pickle, "REVERSE_IMPORT_MAPPING"); in _Pickle_InitState()
318 Py_CLEAR(compat_pickle); in _Pickle_InitState()
347 Py_CLEAR(compat_pickle); in _Pickle_InitState()