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.

作者 flox
收信人 brian.curtin, ezio.melotti, flox, pitrou
日期 2010-02-09.07:40:10
SpamBayes Score 2.255951e-10
Marked as misclassified
Message-id <1265701213.23.0.015342131357.issue7712@psf.upfronthosting.co.za>
In-reply-to
内容
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)
历史
日期 用户 动作 参数
2010-02-09 07:40:13flox修改recipients: + flox, pitrou, ezio.melotti, brian.curtin
2010-02-09 07:40:13flox修改messageid: <1265701213.23.0.015342131357.issue7712@psf.upfronthosting.co.za>
2010-02-09 07:40:11flox链接issue7712 messages
2010-02-09 07:40:10flox创建