Home
last modified time | relevance | path

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

/external/python/cpython2/Launcher/
Dlauncher_main.cpp42 Py_DontWriteBytecodeFlag = 1; in main()
/external/python/cpython3/Include/
Dpydebug.h20 PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
/external/python/cpython2/Include/
Dpydebug.h21 PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
/external/python/cpython3/Programs/
D_testembed.c405 Py_DontWriteBytecodeFlag = 1; in test_init_global_config()
/external/python/cpython2/Python/
Dpythonrun.c74 int Py_DontWriteBytecodeFlag; /* Suppress writing bytecode files (*.py[co]) */ variable
195 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()
/external/python/cpython2/Modules/
Dmain.c379 Py_DontWriteBytecodeFlag++; in Py_Main()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt384 Py_DontWriteBytecodeFlag
/external/python/cpython3/Modules/
Dmain.c1430 SET_ITEM_INT(Py_DontWriteBytecodeFlag); in _Py_GetGlobalVariablesAsDict()
1479 cmdline->dont_write_bytecode = Py_DontWriteBytecodeFlag; in cmdline_get_global_config()
1515 Py_DontWriteBytecodeFlag = cmdline->dont_write_bytecode; in cmdline_set_global_config()
/external/python/cpython3/Python/
Dsysmodule.c2080 SetFlag(Py_DontWriteBytecodeFlag); in make_flags()
2508 PyBool_FromLong(Py_DontWriteBytecodeFlag)); in _PySys_EndInit()
Dpylifecycle.c123 int Py_DontWriteBytecodeFlag = 0; /* Suppress writing bytecode files (*.pyc) */ variable
/external/python/cpython3/Doc/c-api/
Dinit.rst97 .. c:var:: Py_DontWriteBytecodeFlag