[issue18003] lzma module very slow with line-oriented reading.

Martin Panter report at bugs.python.org
Wed Jun 3 12:04:32 CEST 2015


Martin Panter added the comment:

Yes that’s basically right Larry. The __iter__() was previously inherited; now I am overriding it with a custom version. Similarly for the “closed” property, but that one is only a member of objects internal to the gzip, lzma and bz2 modules.

----------

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


More information about the Python-bugs-list mailing list