[Python-Dev] Re: [ python-Bugs-1124637 ] test_subprocess is far
tooslow (fwd)
Tim Peters
tim.peters at gmail.com
Thu Feb 17 16:17:22 CET 2005
[Fredrik Lundh]
> does anyone ever use the -u options when running tests?
Yes -- I routinely do -uall, under both release and debug builds, but
only on Windows. WinXP in particular seems to do a good job when
hyper-threading is available -- running the tests doesn't slow down
anything else I'm doing, except during the disk-intensive tests
(test_largefile is a major pig on Windows).
More information about the Python-Dev
mailing list