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 martin.panter
Recipients Arfrever, SilentGhost, ezio.melotti, martin.panter, vstinner
Date 2015-11-23.05:47:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448257636.95.0.685069487575.issue25695@psf.upfronthosting.co.za>
In-reply-to
Content
This was introduced with revision f8fa7bc837a3. I guess I overlooked the new messages because I run the tests with -Wall, which is affected by Issue 18383.

It seems a bad idea to create a temporary directory when you import the test_support module. I propose this patch to defer creation until the one test that uses it is run.

As for your patch Silent Ghost, I’m not sure. It kind of side-steps the real issue by tweaking a heuristic. Maybe we should keep the heuristic as it is, because it is simpler.
History
Date User Action Args
2015-11-23 05:47:17martin.pantersetrecipients: + martin.panter, vstinner, ezio.melotti, Arfrever, SilentGhost
2015-11-23 05:47:16martin.pantersetmessageid: <1448257636.95.0.685069487575.issue25695@psf.upfronthosting.co.za>
2015-11-23 05:47:16martin.panterlinkissue25695 messages
2015-11-23 05:47:16martin.pantercreate