]> granicus.if.org Git - python/commit
Issue #16034: Fix performance regressions in the new BZ2File implementation.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 30 Sep 2012 01:57:33 +0000 (03:57 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sun, 30 Sep 2012 01:57:33 +0000 (03:57 +0200)
commit6c57318c3a88e4803cc374cce2309c11382c9a37
tree561091c00eefc84ca6c07764418e9e4bdde3eef6
parentf23e2b67ad7e601cbbaa8c6c1bbdec4eaf571b87
Issue #16034: Fix performance regressions in the new BZ2File implementation.

Thanks to Victor Hooi for the bug report, and Serhiy Storchaka for the initial patch.
Lib/bz2.py
Misc/NEWS