[issue16034] bz2 module appears slower in Python 3.x versus Python 2.x

Nadeem Vawda report at bugs.python.org
Mon Oct 1 23:27:08 CEST 2012


Nadeem Vawda added the comment:

Ah, nice - I didn't think of that optimization. Neater and faster.

I've committed this patch [e6d872b61c57], along with a minor bugfix  [7252f9f95fe6], and another optimization for readline()/readlines() [6d7bf512e0c3]. [merge with default: a19f47d380d2]

If you're wondering why the Roundup Robot didn't update the issue automatically, it's because I made a typo in each of the commit messages. Apparently 16304 isn't the same as 16034. Who would have thought it? :P

----------

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


More information about the Python-bugs-list mailing list