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 serhiy.storchaka
Recipients alanmcintyre, loewis, nadeem.vawda, serhiy.storchaka
Date 2012-03-23.16:55:29
SpamBayes Score 0.044457708
Marked as misclassified No
Message-id <1332521732.8.0.568354165068.issue14371@psf.upfronthosting.co.za>
In-reply-to
Content
Fixed regeression in decompression.

Nadeem Vawda, we both were wrong. `buf += data` is noticeably faster `b''.join()` in CPython.
History
Date User Action Args
2012-03-23 16:55:33serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, alanmcintyre, nadeem.vawda
2012-03-23 16:55:32serhiy.storchakasetmessageid: <1332521732.8.0.568354165068.issue14371@psf.upfronthosting.co.za>
2012-03-23 16:55:32serhiy.storchakalinkissue14371 messages
2012-03-23 16:55:32serhiy.storchakacreate