[issue23529] Limit decompressed data when reading from LZMAFile and BZ2File

Martin Panter report at bugs.python.org
Sat Mar 21 09:17:01 CET 2015


Martin Panter added the comment:

I am posting v6, which basically drops the buffer_size parameters. The change is also pushed as a series of revisions to a Bit Bucket repository, see <https://bitbucket.org/vadmium/cpython/branches/compare/compression%0D@>. I thought that might help eliminate the giant blocks of changes in gzip.py, but it did not.

The previous changes for the buffer_size parameters are in the “buffer_size” bookmark in that repository.

----------
hgrepos: +301
Added file: http://bugs.python.org/file38619/LZMAFile-etc.v6.patch

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


More information about the Python-bugs-list mailing list