Searched refs:python_dont_write_bytecode (Results 1 – 2 of 2) sorted by relevance
2029 static enum auto_boolean python_dont_write_bytecode = AUTO_BOOLEAN_AUTO; variable2037 if (python_dont_write_bytecode == AUTO_BOOLEAN_AUTO) in show_python_dont_write_bytecode()2062 if (python_dont_write_bytecode == AUTO_BOOLEAN_AUTO) in python_write_bytecode()2073 wbc = python_dont_write_bytecode == AUTO_BOOLEAN_TRUE ? 0 : 1; in python_write_bytecode()2510 &python_dont_write_bytecode, _("\ in _initialize_python()
1826 (python_dont_write_bytecode): New static global.