Commit 3cd21f97 authored by Jason Madden's avatar Jason Madden

Fix ares + libuv

parent 4dde1c2e
......@@ -266,6 +266,11 @@ class io(_base.IoMixin, watcher):
# For testing.
return self._watcher_ref._watcher
@property
def fd(self):
# ares.pyx depends on this property
return self._watcher_ref._fd
def _io_maybe_stop(self):
for r in self._multiplex_watchers:
......
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