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 vstinner, wolma
Date 2015-03-17.14:32:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426602779.22.0.334655034229.issue23688@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good to be me, but it lacks an unit test. Can you please add a simple unit test to ensure that it's possible to memoryview to write(), and that the result is correct? (ex: uncompress and ensure that you get the same content)
History
Date User Action Args
2015-03-17 14:32:59vstinnersetrecipients: + vstinner, wolma
2015-03-17 14:32:59vstinnersetmessageid: <1426602779.22.0.334655034229.issue23688@psf.upfronthosting.co.za>
2015-03-17 14:32:59vstinnerlinkissue23688 messages
2015-03-17 14:32:59vstinnercreate