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 aba, asvetlov, yselivanov
Date 2019-11-07.19:16:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573154173.96.0.780057795959.issue38737@roundup.psfhosted.org>
In-reply-to
Content
StreamReaderProtocol is tightly coupled with builtin asyncio transports.
Even worse, it is an internal class actually.
If you want a code to operate with custom transports -- perhaps you need to reimplement streams for them as well.
History
Date User Action Args
2019-11-07 19:16:14asvetlovsetrecipients: + asvetlov, yselivanov, aba
2019-11-07 19:16:13asvetlovsetmessageid: <1573154173.96.0.780057795959.issue38737@roundup.psfhosted.org>
2019-11-07 19:16:13asvetlovlinkissue38737 messages
2019-11-07 19:16:13asvetlovcreate