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.
Created on 2007年08月29日 13:12 by twouters, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg55418 - (view) | Author: Thomas Wouters (twouters) * (Python committer) | Date: 2007年08月29日 13:12 | |
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. |
|||
| msg55823 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2007年09月11日 14:03 | |
Fixed for 2.6 in rev 58103 (Is the head still being merged to the py3k branch? Or does this need to be forward-ported manually?) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:26 | admin | set | github: 45397 |
| 2007年09月11日 14:03:59 | ncoghlan | set | status: open -> closed resolution: fixed messages: + msg55823 nosy: + ncoghlan |
| 2007年08月29日 13:12:47 | twouters | create | |