Commit 0e0386be authored by Denis Bilenko's avatar Denis Bilenko

add a comment

parent 79549467
...@@ -148,6 +148,7 @@ class Greenlet(greenlet): ...@@ -148,6 +148,7 @@ class Greenlet(greenlet):
@property @property
def loop(self): def loop(self):
# needed by killall
return self.parent.loop return self.parent.loop
def __nonzero__(self): def __nonzero__(self):
......
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