Jamiel Almeida added the comment:
I'm picking this up.
--
nosy: +slashfoo
versions: +Python 3.7 -Python 3.5, Python 3.6
___
Python tracker
<http://bugs.python.org/is
Jamiel Almeida added the comment:
As pointed by ncoghlan, the test needs to (by definition) not use -E or -I, but
PYTHONSTARTUP env var breaks the test, so the patch makes the env not have any
pre-existing PYTHON* env vars.
Ideally this should be another type of helper in script_helper, no
New submission from Jamiel Almeida:
Running the test test_cmd_line with my current PYTHONSTARTUP set to the
attached file breaks the test.
$ ./python.exe -m test test_cmd_line
Changing line 280 on Lib/test/test_cmd_line.py to include either -I or -E makes
the error be different but still