commit | 510eab5965c8a4d7c8706ca63ffa8c0e7d32454e | [log] [tgz] |
---|---|---|
author | Jeffrey Yasskin <jyasskin@gmail.com> | Fri Mar 21 18:48:04 2008 +0000 |
committer | Jeffrey Yasskin <jyasskin@gmail.com> | Fri Mar 21 18:48:04 2008 +0000 |
tree | 90d192da6dcecf935c81be966371a498dc57eada | |
parent | 413f588a368a0bd612aed38c835eb4d8a0c1aaef [diff] |
Speed test_threading up from 14s to .5s, and avoid a deadlock on certain failures. The test for enumerate-after-join is now a little less rigorous, but the bug it references says the error happened in the first couple iterations, so 100 iterations should still be enough. cProfile was useful for identifying the slow tests here.