Andrew Svetlov <[email protected]> added the comment: asyncio doesn't expose `loop.selector` and `loop.proactor` -- it is deliberate choice.
What proactor methods are needed to serial support? Maybe we can incorporate them into event loop itself -- as we did for `loop.sock_*`? ---------- nosy: +asvetlov _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue30539> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
