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 jcea, nadeem.vawda, python-dev, serhiy.storchaka, victorhooi
Date 2012-09-30.07:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348990950.78.0.553532433112.issue16034@psf.upfronthosting.co.za>
In-reply-to
Content
> Serhiy, would you be OK with me also including this patch in the bz2file package?

Yes, of course. We can even speed up 1.5 times the reading of small chunks, if we inline _check_can_read() and _read_block().

The same approach is applied for LZMAFile.
History
Date User Action Args
2012-09-30 07:42:30serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, nadeem.vawda, python-dev, victorhooi
2012-09-30 07:42:30serhiy.storchakasetmessageid: <1348990950.78.0.553532433112.issue16034@psf.upfronthosting.co.za>
2012-09-30 07:42:30serhiy.storchakalinkissue16034 messages
2012-09-30 07:42:30serhiy.storchakacreate