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 asvetlov
Recipients asvetlov, xitop, yselivanov
Date 2019-05-27.20:18:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558988297.04.0.192872991145.issue34993@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-05-27 20:18:17asvetlovsetrecipients: + asvetlov, yselivanov, xitop
2019-05-27 20:18:17asvetlovsetmessageid: <1558988297.04.0.192872991145.issue34993@roundup.psfhosted.org>
2019-05-27 20:18:17asvetlovlinkissue34993 messages
2019-05-27 20:18:16asvetlovcreate