Searched refs:Py_DontWriteBytecodeFlag (Results 1 – 4 of 4) sorted by relevance
18 PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
459 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()
166 int Py_DontWriteBytecodeFlag = 0; /* Suppress writing bytecode files (*.pyc) */ variable225 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()
100 .. c:var:: int Py_DontWriteBytecodeFlag