[issue34993] asyncio.streams.FlowControlMixin should be part of the API

Andrew Svetlov report at bugs.python.org
Mon Oct 15 14:12:53 EDT 2018


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

1. Trio has *stappled* streams for the case, especially useful for starting TLS session over stdin/stdout.
We can master something too.
2. FlowControlMixin was always considered a **private** API. Would be nice to add an underscore prefix to the name if not too late. IIRC the official policy is: if you need the class -- copy and paste it into your project.
3. Even a person with very many stars on StackOverflow doesn't become an asyncio expert automatically; while I very respect the sie and so on.

----------

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


More information about the Python-bugs-list mailing list