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 gmwils
Recipients chris.jerdonek, gmwils, petri.lehtinen
Date 2013-02-24.13:25:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361712306.88.0.945752729205.issue15305@psf.upfronthosting.co.za>
In-reply-to
Content
Both are called at different points when running './python.exe -m test -j3':
1. In __main__.py, this is called once at the start of the test run. By putting TESTCWD as the first/name arg, the directory is created.
2. In regrtest.py, the main file is called per test.

The support.temp_cwd command was raising a warning if the directory already existed. I've updated this to no longer raise a warning, although it will still try to create it. Passing it in explicitly as the path= argument would have it not try to create the directory.
History
Date User Action Args
2013-02-24 13:25:06gmwilssetrecipients: + gmwils, chris.jerdonek, petri.lehtinen
2013-02-24 13:25:06gmwilssetmessageid: <1361712306.88.0.945752729205.issue15305@psf.upfronthosting.co.za>
2013-02-24 13:25:06gmwilslinkissue15305 messages
2013-02-24 13:25:06gmwilscreate