This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Perlence, eric.snow, ncoghlan
Date 2017-10-25.02:14:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508897661.82.0.213398074469.issue31845@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-10-25 02:14:21ncoghlansetrecipients: + ncoghlan, eric.snow, Perlence
2017-10-25 02:14:21ncoghlansetmessageid: <1508897661.82.0.213398074469.issue31845@psf.upfronthosting.co.za>
2017-10-25 02:14:21ncoghlanlinkissue31845 messages
2017-10-25 02:14:21ncoghlancreate