[issue30539] Make Proactor public in asyncio.ProactorEventLoop

Yury Selivanov report at bugs.python.org
Wed Dec 20 15:04:21 EST 2017


Yury Selivanov <yselivanov at gmail.com> added the comment:

Big -1 from me.

If proactor is public, alternative event loop implementations like uvloop will have to implement its full API, which actually puts restrictions on us refactoring asyncio itself.

If there's some missing functionality we should think about adding new specific APIs for it, and not exposing internals.

I'm closing this issue, but please feel free to open a new one requesting to implement whatever pyserial-asyncio implements in asyncio itself.

----------
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30539>
_______________________________________


More information about the Python-bugs-list mailing list