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, yselivanov
Date 2018-02-04.11:55:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517745323.72.0.467229070634.issue32762@psf.upfronthosting.co.za>
In-reply-to
Content
New buffered transports was introduced in Python 3.7.
Actual transport implementation (get_buffer() or data_received()) is determined in transport constructor.

Protocol can be changed by `set_protocol()` method, the implementation should be reselected again.

Both selector-based and proactor transports are affected.
History
Date User Action Args
2018-02-04 11:55:23asvetlovsetrecipients: + asvetlov, yselivanov
2018-02-04 11:55:23asvetlovsetmessageid: <1517745323.72.0.467229070634.issue32762@psf.upfronthosting.co.za>
2018-02-04 11:55:23asvetlovlinkissue32762 messages
2018-02-04 11:55:23asvetlovcreate