merge 3.2

This commit is contained in:
Benjamin Peterson 2012-04-23 10:08:20 -04:00
commit 1cf5aa9106
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ class ThreadRunningTests(BasicThreadTest):
thread.start_new_thread(task, ())
started.acquire()
while thread._count() > c:
pass
time.sleep(0.01)
self.assertIn("Traceback", stderr.getvalue())