Message240581
| Author |
slashfoo |
| Recipients |
slashfoo |
| Date |
2015年04月13日.01:18:09 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1428887893.96.0.607136539753.issue23925@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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 breaks the test.
adding a line with `del env['PYTHONSTARTUP']` before the subprocess works around the issue.
This leads me to believe that -E and -I aren't fully ignoring the environment variable.
Running with:
$ PYTHONSTARTUP= ./python.exe -m test test_cmd_line
Also works around the issue.
Ran the following to build python and run tests
$ hg clone https://hg.python.org/cpython
$ cd cpython
$ ./configure --with-pydebug && make -j4
$ ./python -m test -j4
Currently on revision: 2a18f6b85da2 2015年04月12日 | [rdmurray] #23464: remove JoinableQueue that was deprecated in 3.4.4. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年04月13日 01:18:14 | slashfoo | set | recipients:
+ slashfoo |
| 2015年04月13日 01:18:13 | slashfoo | set | messageid: <1428887893.96.0.607136539753.issue23925@psf.upfronthosting.co.za> |
| 2015年04月13日 01:18:13 | slashfoo | link | issue23925 messages |
| 2015年04月13日 01:18:13 | slashfoo | create |
|