This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, jabdoa, yselivanov
Date 2017-12-20.20:00:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513800001.23.0.213398074469.issue30539@psf.upfronthosting.co.za>
In-reply-to
Content
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_*`?
History
Date User Action Args
2017-12-20 20:00:01asvetlovsetrecipients: + asvetlov, yselivanov, jabdoa
2017-12-20 20:00:01asvetlovsetmessageid: <1513800001.23.0.213398074469.issue30539@psf.upfronthosting.co.za>
2017-12-20 20:00:01asvetlovlinkissue30539 messages
2017-12-20 20:00:01asvetlovcreate