Commit adfff015 authored by Denis Bilenko's avatar Denis Bilenko

select: fix bug - timeout argument was ignored

parent 7f322896
......@@ -15,7 +15,6 @@ def get_fileno(obj):
def select(read_list, write_list, error_list, timeout=None):
hub = get_hub()
timeout = None
current = getcurrent()
assert hub is not current, 'do not call blocking functions from the mainloop'
allevents = []
......
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