Commit 114753f0 authored by Heungsub Lee's avatar Heungsub Lee

Fix #607

parent 15560a83
......@@ -357,7 +357,7 @@ class Greenlet(greenlet):
self.__cancel_start()
if self.dead:
self.__handle_death_before_start()
self.__handle_death_before_start(exception)
else:
waiter = Waiter()
self.parent.loop.run_callback(_kill, self, exception, waiter)
......
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