Kaydet (Commit) 1cf5aa91 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.2

......@@ -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())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment