Home
last modified time | relevance | path

Searched defs:pyc_magic (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dimport.c371 PyObject *external, *pyc_magic; in PyImport_GetMagicNumber() local
/aosp_15_r20/external/python/cpython2/Python/
Dimport.c87 static long pyc_magic = MAGIC; variable