Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c125 static PyObject *extension_cache; variable
4321 obj = PyDict_GetItem(extension_cache, py_code); in load_extension()
4355 code = PyDict_SetItem(extension_cache, py_code, obj); in load_extension()
5931 extension_cache = PyObject_GetAttrString(copyreg, in init_stuff()
5933 if (!extension_cache) return -1; in init_stuff()