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

Serhiy Storchaka report at bugs.python.org
Tue Mar 17 16:19:52 CET 2015


Serhiy Storchaka added the comment:

Better way is data = data.cast('B').

----------

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


More information about the Python-bugs-list mailing list