Commit bef0ef42 authored by Denis Bilenko's avatar Denis Bilenko

minor change in a comment

parent a7061556
...@@ -188,7 +188,7 @@ class Hub(greenlet): ...@@ -188,7 +188,7 @@ class Hub(greenlet):
try: try:
self.keyboard_interrupt_signal = signal(2, self.reactor.active_event, MAIN.throw, KeyboardInterrupt) self.keyboard_interrupt_signal = signal(2, self.reactor.active_event, MAIN.throw, KeyboardInterrupt)
except IOError: except IOError:
pass # no signal() on windows pass # no signal() on Windows
try: try:
loop_count = 0 loop_count = 0
while True: while True:
......
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