Commit e974e071 authored by Denis Bilenko's avatar Denis Bilenko

fix bug in proc.killall

parent 10625838
......@@ -195,7 +195,7 @@ def waitall(sources, trap_errors=False, queue=None):
def killall(sources, exception=ProcExit, block=False, polling_period=0.2):
waiter = Waiter()
waiter = greenlet.Waiter()
core.active_event(greenlet._killall, sources, exception, waiter)
if block:
alive = waiter.wait()
......
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