asyncio_micro: IODone syscall should return to coroutine.

pull/11/head
Paul Sokolovsky 2014-05-03 23:17:10 +03:00
rodzic acd25d05fc
commit bfaf6b8d19
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -79,7 +79,6 @@ class EventLoop:
self.remove_reader(ret.obj.fileno())
elif ret.op == IO_WRITE:
self.remove_writer(ret.obj.fileno())
continue
except StopIteration as e:
log.debug("Gen finished: %s", cb)
continue