[New-bugs-announce] [issue16961] No regression tests for -E and individual environment vars

Nick Coghlan report at bugs.python.org
Mon Jan 14 13:03:14 CET 2013


New submission from Nick Coghlan:

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

----------
assignee: ncoghlan
messages: 179934
nosy: ncoghlan
priority: normal
severity: normal
status: open
title: No regression tests for -E and individual environment vars
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16961>
_______________________________________


More information about the New-bugs-announce mailing list