Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_pickle.c234 PyObject *compat_pickle = NULL; in _Pickle_InitState() local
286 compat_pickle = PyImport_ImportModule("_compat_pickle"); in _Pickle_InitState()
287 if (!compat_pickle) in _Pickle_InitState()
290 PyObject_GetAttrString(compat_pickle, "NAME_MAPPING"); in _Pickle_InitState()
300 PyObject_GetAttrString(compat_pickle, "IMPORT_MAPPING"); in _Pickle_InitState()
311 PyObject_GetAttrString(compat_pickle, "REVERSE_NAME_MAPPING"); in _Pickle_InitState()
321 PyObject_GetAttrString(compat_pickle, "REVERSE_IMPORT_MAPPING"); in _Pickle_InitState()
330 Py_CLEAR(compat_pickle); in _Pickle_InitState()
359 Py_CLEAR(compat_pickle); in _Pickle_InitState()

Completed in 11 milliseconds