Searched refs:Py_DontWriteBytecodeFlag (Results 1 – 4 of 4) sorted by relevance
18 PyAPI_DATA(int) Py_DontWriteBytecodeFlag;
535 Py_DontWriteBytecodeFlag = 1; in test_init_global_config()674 Py_DontWriteBytecodeFlag = 0; in test_init_from_config()998 Py_DontWriteBytecodeFlag = 1; in set_all_global_config_variables()1068 Py_DontWriteBytecodeFlag = 1; in check_init_python_config()
201 int Py_DontWriteBytecodeFlag = 0; /* Suppress writing bytecode files (*.pyc) */ variable260 SET_ITEM_INT(Py_DontWriteBytecodeFlag); in _Py_GetGlobalVariablesAsDict()1491 COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag); in config_get_global_vars()1528 COPY_NOT_FLAG(write_bytecode, Py_DontWriteBytecodeFlag); in config_set_global_vars()
100 .. c:var:: int Py_DontWriteBytecodeFlag