[issue38242] Revert the new asyncio Streams API

Nathaniel Smith report at bugs.python.org
Sat Sep 21 04:57:54 EDT 2019


Nathaniel Smith <njs at pobox.com> added the comment:

> I think we need something *like* asyncio.Stream in the mix, for compatibility and bridging between the two worlds, but right now it's not quite clear how that should look, and pushing it off to 3.9 would give us time to figure out the details for how these things can all fit together best.

Sorry, this was unclear. The "two worlds" I mean here are the current asyncio landscape and a future where we have standardized composable ABCs.

----------
nosy:  -rhettinger

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


More information about the Python-bugs-list mailing list