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 vstinner
Recipients asvetlov, giampaolo.rodola, pitrou, vstinner, yselivanov
Date 2017-11-08.13:44:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510148651.63.0.213398074469.issue31970@psf.upfronthosting.co.za>
In-reply-to
Content
> The problem is the Protocol API imposes copies by default (...)

IMHO performance is a good motivation to enhance the asyncio API ;-) The tricky part is to keep the backward compatibility.
History
Date User Action Args
2017-11-08 13:44:11vstinnersetrecipients: + vstinner, pitrou, giampaolo.rodola, asvetlov, yselivanov
2017-11-08 13:44:11vstinnersetmessageid: <1510148651.63.0.213398074469.issue31970@psf.upfronthosting.co.za>
2017-11-08 13:44:11vstinnerlinkissue31970 messages
2017-11-08 13:44:11vstinnercreate