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.

Author pitrou
Recipients pitrou, tarek
Date 2009-02-22.18:19:37
SpamBayes Score 0.00059332995
Marked as misclassified No
Message-id <1235326779.12.0.665546521158.issue5316@psf.upfronthosting.co.za>
In-reply-to
Content
I manage to reproduce it by running test_site just after test_distutils:

./python -E -tt -m test.regrtest -uall -l -w test_distutils test_site

It could be related to test_distutils modifying an environment variable
without restoring it at the end.
History
Date User Action Args
2009-02-22 18:19:39pitrousetrecipients: + pitrou, tarek
2009-02-22 18:19:39pitrousetmessageid: <1235326779.12.0.665546521158.issue5316@psf.upfronthosting.co.za>
2009-02-22 18:19:37pitroulinkissue5316 messages
2009-02-22 18:19:37pitroucreate