diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-09 12:50:20 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-01-09 12:50:20 (GMT) |
commit | 5ce3f10aeea711bb912e948fa5d9f63736df1327 (patch) | |
tree | 977da819c4d6e15bb355334b15b88b67d8f52c90 /Misc/NEWS | |
parent | 78ee3289e991882d803be4cb0dd6b4005f82cbb1 (diff) | |
download | cpython-5ce3f10aeea711bb912e948fa5d9f63736df1327.zip cpython-5ce3f10aeea711bb912e948fa5d9f63736df1327.tar.gz cpython-5ce3f10aeea711bb912e948fa5d9f63736df1327.tar.bz2 |
Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU
consumption.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -36,6 +36,9 @@ Core and Builtins Library ------- +- Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPU + consumption. + - Issue #20113: os.readv() and os.writev() now raise an OSError exception on error instead of returning -1. |