Searched defs:_PyImport_Filetab (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Python/
H A Dimport.c98 struct filedescr * _PyImport_Filetab = NULL; variable in typeref:struct:filedescr
156 /* prepare _PyImport_Filetab: copy entries from
176 _PyImport_Filetab = filetab;
179 /* Replace ".pyc" with ".pyo" in _PyImport_Filetab */
274 PyMem_DEL(_PyImport_Filetab);
275 _PyImport_Filetab = NULL;
1546 for (fdp = _PyImport_Filetab; fdp->suffix != NULL; fdp++) {
2949 for (fdp = _PyImport_Filetab; fdp->suffix != NULL; fdp++) {

Completed in 60 milliseconds