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 larry
Recipients Arfrever, Michael.Fox, eric.araujo, larry, martin.panter, nadeem.vawda, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2015-06-02.22:09:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433282975.71.0.758718267328.issue18003@psf.upfronthosting.co.za>
In-reply-to
Content
If I understand this correctly, I can ignore everything up to May 2015, as it has to do with line-reading a compressed binary file (!) being slow.

Then, Martin Panter proposes a new optimization in May 2015, which is to simply add __iter__ methods to gzip.GzipFile and lzma.LZMAFile.

Is this right?
History
Date User Action Args
2015-06-02 22:09:35larrysetrecipients: + larry, rhettinger, pitrou, vstinner, nadeem.vawda, eric.araujo, Arfrever, martin.panter, serhiy.storchaka, Michael.Fox
2015-06-02 22:09:35larrysetmessageid: <1433282975.71.0.758718267328.issue18003@psf.upfronthosting.co.za>
2015-06-02 22:09:35larrylinkissue18003 messages
2015-06-02 22:09:35larrycreate