Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpydebug.h18 PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
/third_party/python/Programs/
D_testembed.c459 Py_DontWriteBytecodeFlag = 1; in test_init_global_config()
595 Py_DontWriteBytecodeFlag = 0; in test_init_from_config()
910 Py_DontWriteBytecodeFlag = 1; in set_all_global_config_variables()
980 Py_DontWriteBytecodeFlag = 1; in check_init_python_config()
/third_party/python/Python/
Dinitconfig.c166 int Py_DontWriteBytecodeFlag = 0; /* Suppress writing bytecode files (*.pyc) */ variable
225 SET_ITEM_INT(Py_DontWriteBytecodeFlag); in _Py_GetGlobalVariablesAsDict()
1424 COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag); in config_get_global_vars()
1461 COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag); in config_set_global_vars()
/third_party/python/Doc/c-api/
Dinit.rst100 .. c:var:: int Py_DontWriteBytecodeFlag