Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpylifecycle.c123 int Py_DontWriteBytecodeFlag = 0; /* Suppress writing bytecode files (*.pyc) */ variable
/external/python/cpython2/Python/
Dpythonrun.c74 int Py_DontWriteBytecodeFlag; /* Suppress writing bytecode files (*.py[co]) */ variable