Commit 17b074ff authored by Jason Madden's avatar Jason Madden

Compensate for changed async class name.

parent eace419f
......@@ -538,6 +538,8 @@ class child(_SimulatedWithAsyncMixin,
class async_(_base.AsyncMixin, watcher):
_watcher_struct_name = 'uv_async_t'
def _watcher_ffi_init(self, args):
# It's dangerous to have a raw, non-initted struct
# around; it will crash in uv_close() when we get GC'd,
......
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