Home | History | Annotate | Download | only in Modules

Lines Matching refs:Py_DontWriteBytecodeFlag

449     int dont_write_bytecode;     /* Py_DontWriteBytecodeFlag, -B, PYTHONDONTWRITEBYTECODE */
1430 SET_ITEM_INT(Py_DontWriteBytecodeFlag);
1479 cmdline->dont_write_bytecode = Py_DontWriteBytecodeFlag;
1515 Py_DontWriteBytecodeFlag = cmdline->dont_write_bytecode;