diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-09-30 01:57:33 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-09-30 01:57:33 (GMT) |
commit | 6c57318c3a88e4803cc374cce2309c11382c9a37 (patch) | |
tree | 561091c00eefc84ca6c07764418e9e4bdde3eef6 /Misc | |
parent | f23e2b67ad7e601cbbaa8c6c1bbdec4eaf571b87 (diff) | |
download | cpython-6c57318c3a88e4803cc374cce2309c11382c9a37.zip cpython-6c57318c3a88e4803cc374cce2309c11382c9a37.tar.gz cpython-6c57318c3a88e4803cc374cce2309c11382c9a37.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #16034: Fix performance regressions in the new BZ2File implementation. + Initial patch by Serhiy Storchaka. + - Issue #15756: subprocess.poll() now properly handles errno.ECHILD to return a returncode of 0 when the child has already exited or cannot be waited on. |