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 ncoghlan
Date 2013-01-14.12:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358164994.53.0.497203238771.issue16961@psf.upfronthosting.co.za>
In-reply-to
Content
Accessing an environment variable without Py_GETENV (or breaking Py_IgnoreEnvironmentFlag configuration *cough*) may lead to environment variables being accessed even if -E is passed on the command line.

As part of the PEP 432 implementation, I'm adding appropriate regression tests for affected environment variables as I go.

Creating this as a reminder to look into backporting the relevant regression tests at least to 3.3
History
Date User Action Args
2013-01-14 12:03:16ncoghlansetrecipients: + ncoghlan
2013-01-14 12:03:14ncoghlansetmessageid: <1358164994.53.0.497203238771.issue16961@psf.upfronthosting.co.za>
2013-01-14 12:03:14ncoghlanlinkissue16961 messages
2013-01-14 12:03:09ncoghlancreate