[issue31845] PYTHONDONTWRITEBYTECODE and PYTHONOPTIMIZE have no effect

Nick Coghlan report at bugs.python.org
Tue Oct 24 22:14:21 EDT 2017


Nick Coghlan <ncoghlan at gmail.com> added the comment:

We could still use some more comprehensive test cases for the env var handling and the way that interacts with the command line settings, but the merged PR includes at least a rudimentary check for the four that directly affect sys.flags without any tricky side effects (PYTHONDEBUG, PYTHONVERBOSE, PYTHONOPTIMIZE, PYTHONDONTWRITEBYTECODE).

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31845>
_______________________________________


More information about the Python-bugs-list mailing list