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 skrah
Recipients martin.panter, python-dev, serhiy.storchaka, skrah, vstinner, wolma
Date 2015-03-23.13:52:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427118741.68.0.532522503412.issue23688@psf.upfronthosting.co.za>
In-reply-to
Content
I think there's a behavior change: Before you could gzip non-contiguous
views directly, now that operation raises BufferError.
History
Date User Action Args
2015-03-23 13:52:21skrahsetrecipients: + skrah, vstinner, python-dev, martin.panter, serhiy.storchaka, wolma
2015-03-23 13:52:21skrahsetmessageid: <1427118741.68.0.532522503412.issue23688@psf.upfronthosting.co.za>
2015-03-23 13:52:21skrahlinkissue23688 messages
2015-03-23 13:52:21skrahcreate