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 tontinton
Recipients asvetlov, tontinton, yselivanov
Date 2020-07-16.08:00:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594886432.28.0.61670442223.issue41305@roundup.psfhosted.org>
In-reply-to
Content
Ok actually that sounds really important, I am interested.

But to begin doing something like this I need to know what's the general design.

Is it simply combining stream reader and stream writer into a single object and changing the write() function to always wait the write (thus deprecating drain) and that's it?

If there is not more to it I can probably do this pretty quickly, I mean it seems easy on the surface.

If there is more to it then I would like a more thorough explanation. Maybe we should chat about this.
History
Date User Action Args
2020-07-16 08:00:32tontintonsetrecipients: + tontinton, asvetlov, yselivanov
2020-07-16 08:00:32tontintonsetmessageid: <1594886432.28.0.61670442223.issue41305@roundup.psfhosted.org>
2020-07-16 08:00:32tontintonlinkissue41305 messages
2020-07-16 08:00:32tontintoncreate