]> granicus.if.org Git - python/commit
Test failed because these was no expected-output file, but always printed
authorTim Peters <tim.peters@gmail.com>
Mon, 20 Aug 2001 21:45:19 +0000 (21:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 20 Aug 2001 21:45:19 +0000 (21:45 +0000)
commit02035bc68d99e291e4c41ea0ea17536bb4ea95b9
treeb306dcabc0ae3438c1f4450f6de92e016b365a13
parent16bb41934c1258282170e7773e36fe7ffad3cfdc
Test failed because these was no expected-output file, but always printed
to stdout.  Repaired by not printing at all except in verbose mode.

Made the test about 6x faster -- envelope analysis showed it took time
proportional to the square of the # of tasks.  Now it's linear.
Lib/test/test_threading.py