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 jabdoa
Recipients jabdoa, yselivanov
Date 2017-06-01.13:59:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496325546.51.0.723953827271.issue30539@psf.upfronthosting.co.za>
In-reply-to
Content
pyserial-asyncio cannot use IOCP for serial sockets on windows because _proactor is private on the ProactorEventLoop. Can it be made public? Currently, pyserial-asyncio has to rely on polling for windows which is suboptimal.

Some forks use Proactor (e.g. https://github.com/m-labs/asyncserial/blob/master/asyncserial/asyncserial.py#L172) but it would be nice to use a stable API in official pyserial-asyncio. Issue for this is here: https://github.com/pyserial/pyserial-asyncio/issues/3
History
Date User Action Args
2017-06-01 13:59:06jabdoasetrecipients: + jabdoa, yselivanov
2017-06-01 13:59:06jabdoasetmessageid: <1496325546.51.0.723953827271.issue30539@psf.upfronthosting.co.za>
2017-06-01 13:59:06jabdoalinkissue30539 messages
2017-06-01 13:59:06jabdoacreate