mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
merge 3.2
This commit is contained in:
commit
1cf5aa9106
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ class ThreadRunningTests(BasicThreadTest):
|
||||||
thread.start_new_thread(task, ())
|
thread.start_new_thread(task, ())
|
||||||
started.acquire()
|
started.acquire()
|
||||||
while thread._count() > c:
|
while thread._count() > c:
|
||||||
pass
|
time.sleep(0.01)
|
||||||
self.assertIn("Traceback", stderr.getvalue())
|
self.assertIn("Traceback", stderr.getvalue())
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue