mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Fix threads resume test: do not suspend main thread until all threads are created
This commit is contained in:
@@ -4,6 +4,7 @@ lock = RLock()
|
||||
|
||||
|
||||
def foo():
|
||||
sleep(1)
|
||||
while True:
|
||||
lock.acquire()
|
||||
x = 12
|
||||
|
||||
Reference in New Issue
Block a user