Commit 3227ffd8 authored by Denis Bilenko's avatar Denis Bilenko

minor change in a comment

--HG--
extra : transplant_source : %C8%82%26%AE%B3%95%F5%27%8D%FCxu%40%E7V%E1m%B3%40%DA
parent 4fed17a6
...@@ -170,7 +170,7 @@ class Hub(greenlet): ...@@ -170,7 +170,7 @@ class Hub(greenlet):
try: try:
self.keyboard_interrupt_signal = signal(2, core.active_event, MAIN.throw, KeyboardInterrupt) self.keyboard_interrupt_signal = signal(2, core.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