mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
sleep here
This commit is contained in:
parent
016878aea6
commit
19e9beb2db
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ def mywrite(self, *args):
|
|||
thread.start_new_thread(task, ())
|
||||
started.acquire()
|
||||
while thread._count() > c:
|
||||
pass
|
||||
time.sleep(0.01)
|
||||
self.assertIn("Traceback", stderr.getvalue())
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue