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 flox
Recipients brian.curtin, ezio.melotti, flox, pitrou
Date 2010-02-09.07:40:10
SpamBayes Score 2.255951e-10
Marked as misclassified No
Message-id <1265701213.23.0.015342131357.issue7712@psf.upfronthosting.co.za>
In-reply-to
Content
The command line used to run the tests is important.
If you run through "test.regrtest", it should "chdir" to a sandbox directory to run the test. If you call directly the test_bufio.py file, it runs in the current directory (as before the patch).
And the permission of the current directory may give a difference in the 2nd case.

Variants:
 python.exe -m test.regrtest test_bufio
 python.exe Lib/test/regrtest.py test_bufio
 python.exe Lib/test/test_bufio.py    (fail if home directory is RO)

And another full run:
 python.exe -m test.regrtest

Try some of these variants, it may help diagnose the windows issue.

(Note: maybe some antivirus or other software may be related to the race condition described on #7443)
History
Date User Action Args
2010-02-09 07:40:13floxsetrecipients: + flox, pitrou, ezio.melotti, brian.curtin
2010-02-09 07:40:13floxsetmessageid: <1265701213.23.0.015342131357.issue7712@psf.upfronthosting.co.za>
2010-02-09 07:40:11floxlinkissue7712 messages
2010-02-09 07:40:10floxcreate