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.14:38:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427121533.28.0.37115567563.issue23688@psf.upfronthosting.co.za>
In-reply-to
Content
> In a sense, the old behavior was an artefact of silently copying the memoryview to bytes.

It likely wasn't intentional, but tobytes() *is* used to serialize
weird arrays to their C-contiguous representation (following the
logical structure of the array rather than the physical one).

Since the gzip docs don't help much, I guess the new behavior is
probably okay.
History
Date User Action Args
2015-03-23 14:38:53skrahsetrecipients: + skrah, vstinner, python-dev, martin.panter, serhiy.storchaka, wolma
2015-03-23 14:38:53skrahsetmessageid: <1427121533.28.0.37115567563.issue23688@psf.upfronthosting.co.za>
2015-03-23 14:38:53skrahlinkissue23688 messages
2015-03-23 14:38:53skrahcreate