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, icgood, yselivanov
Date 2019-05-11.18:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557600982.3.0.19137630379.issue34975@roundup.psfhosted.org>
In-reply-to
Content
I believe stream transport should be replaced.
If you have time please do this change.

Also please take a look at #36889 for merging StreamWriter and StreamReader.
It can simplify the replacement strategy.

Anyway, please keep your PR open at least.
The plan is: either merge your PR before writer/reader merging or land unified streams first and adopt the PR to new API.

Another thing that should be done before 3.8 feature freeze is support for sendfile in streams API. Hopefully, it is much simpler: no need for transport changing etc.
History
Date User Action Args
2019-05-11 18:56:22asvetlovsetrecipients: + asvetlov, yselivanov, icgood
2019-05-11 18:56:22asvetlovsetmessageid: <1557600982.3.0.19137630379.issue34975@roundup.psfhosted.org>
2019-05-11 18:56:22asvetlovlinkissue34975 messages
2019-05-11 18:56:22asvetlovcreate