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 barry, jnwatson, serhiy.storchaka, vstinner
Date 2017-09-28.14:41:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506609690.33.0.466225441844.issue29729@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: is it safe to accept any memoryview? Or should we call explicitly .cast('B') on memory views to prevent bad surprises?

The asyncio module doesn't do anything special in sock_sendall(). "data" is passed directly to socket.send(), unchanged.

So maybe it's just fine to not do anything special.
History
Date User Action Args
2017-09-28 14:41:30vstinnersetrecipients: + vstinner, barry, serhiy.storchaka, jnwatson
2017-09-28 14:41:30vstinnersetmessageid: <1506609690.33.0.466225441844.issue29729@psf.upfronthosting.co.za>
2017-09-28 14:41:30vstinnerlinkissue29729 messages
2017-09-28 14:41:30vstinnercreate