Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c791 long pyc_mtime; in check_compiled_module() local
803 pyc_mtime = PyMarshal_ReadLongFromFile(fp); in check_compiled_module()
804 if (pyc_mtime != mtime) { in check_compiled_module()