Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzipimport.c44 static PyObject *zip_directory_cache = NULL; variable
127 files = PyDict_GetItemString(zip_directory_cache, path); in zipimporter_init()
132 if (PyDict_SetItemString(zip_directory_cache, path, in zipimporter_init()
1342 zip_directory_cache = PyDict_New(); in initzipimport()
1343 if (zip_directory_cache == NULL) in initzipimport()
1345 Py_INCREF(zip_directory_cache); in initzipimport()
1347 zip_directory_cache) < 0) in initzipimport()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt94 zip_directory_cache