[issue23688] unnecessary copying of memoryview in gzip.GzipFile.write?

Stefan Krah report at bugs.python.org
Mon Mar 23 14:52:21 CET 2015


Stefan Krah added the comment:

I think there's a behavior change: Before you could gzip non-contiguous
views directly, now that operation raises BufferError.

----------
nosy: +skrah

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23688>
_______________________________________


More information about the Python-bugs-list mailing list