Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

FlowControlMixing is a private API class.
The class is not intended for the usage outside of asyncio.
If you found it useful for you please feel free to copy-paste the class from 
asyncio sources into your project.

The reason is: we want to keep freedom for changing asyncio internals without 
breaking backward compatibility.
One of key technologies for it is keeping the public API as small as possible.

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

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34993>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to