Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpydebug.h21 PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
/external/python/cpython2/Modules/
Dmain.c374 Py_DontWriteBytecodeFlag++; in Py_Main()
/external/python/cpython2/Python/
Dpythonrun.c82 int Py_DontWriteBytecodeFlag; /* Suppress writing bytecode files (*.py[co]) */ variable
188 Py_DontWriteBytecodeFlag = add_flag(Py_DontWriteBytecodeFlag, p); in Py_InitializeEx()
Dsysmodule.c1264 SetFlag(Py_DontWriteBytecodeFlag); in make_flags()
1433 PyBool_FromLong(Py_DontWriteBytecodeFlag)); in _PySys_Init()