You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I'll keep set_child_watcher non implemented. Asyncio's Windows policy doesn't implement it, which suggests us that it's OK for a working policy to not support this API. So my advice is to simply handle NotImplementedError.
AbstractEventLoopPolicy.set_child_watcher()
is part of asyncio protocol.See aio-libs/aiohttp#2491 for details
The text was updated successfully, but these errors were encountered: