Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c211 PyObject *compat_pickle = NULL; in _Pickle_InitState() local
264 compat_pickle = PyImport_ImportModule("_compat_pickle"); in _Pickle_InitState()
265 if (!compat_pickle) in _Pickle_InitState()
268 PyObject_GetAttrString(compat_pickle, "NAME_MAPPING"); in _Pickle_InitState()
278 PyObject_GetAttrString(compat_pickle, "IMPORT_MAPPING"); in _Pickle_InitState()
289 PyObject_GetAttrString(compat_pickle, "REVERSE_NAME_MAPPING"); in _Pickle_InitState()
299 PyObject_GetAttrString(compat_pickle, "REVERSE_IMPORT_MAPPING"); in _Pickle_InitState()
308 Py_CLEAR(compat_pickle); in _Pickle_InitState()
337 Py_CLEAR(compat_pickle); in _Pickle_InitState()