
report at bugs
Aug 29, 2007, 6:12 AM
Post #1 of 3
(152 views)
Permalink
|
|
[issue1056] test_cmd_line starts python without -E
|
|
New submission from Thomas Wouters: test_cmd_line tests various things by spawning sys.executable. Unfortunately it does so without passing the -E argument (which 'make test' does do) so environment variables like PYTHONHOME and PYTHONPATH can cause the test to fail. ---------- assignee: ncoghlan components: Tests messages: 55418 nosy: twouters priority: high severity: normal status: open title: test_cmd_line starts python without -E type: crash versions: Python 2.6 __________________________________ Tracker <report[at]bugs.python.org> <http://bugs.python.org/issue1056> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|