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 nikratio
Recipients benjamin.peterson, hynek, loewis, nikratio, pitrou, python-dev, stutzbach, vstinner
Date 2014-06-15.18:42:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402857764.97.0.561280456898.issue20578@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed on python-devel, I'm attaching a new patch that uses memoryview.cast to ensure that the pure-Python readinto() now works with any object implementing the buffer protocol.
History
Date User Action Args
2014-06-15 18:42:45nikratiosetrecipients: + nikratio, loewis, pitrou, vstinner, benjamin.peterson, stutzbach, python-dev, hynek
2014-06-15 18:42:44nikratiosetmessageid: <1402857764.97.0.561280456898.issue20578@psf.upfronthosting.co.za>
2014-06-15 18:42:44nikratiolinkissue20578 messages
2014-06-15 18:42:44nikratiocreate