diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-08-06 09:38:58 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-08-06 09:38:58 (GMT) |
commit | 4f3086f264742c5c09cc658fb2031773554eccea (patch) | |
tree | 5dd75eda8cd0d5676c50b5e77b266ff9a9d5acfb /Misc | |
parent | 346f0af4f686176f985de8e2cfd38d28b6fc6ab5 (diff) | |
download | cpython-4f3086f264742c5c09cc658fb2031773554eccea.zip cpython-4f3086f264742c5c09cc658fb2031773554eccea.tar.gz cpython-4f3086f264742c5c09cc658fb2031773554eccea.tar.bz2 |
Misc/NEWS entry for r83751.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ Core and Builtins Extensions ---------- +- Issue #9526: Remove some outdated (int) casts that were preventing + the array module from working correctly with arrays of more than + 2**31 elements. + - Fix memory leak in ssl._ssl._test_decode_cert. - Issue #8065: Fix memory leak in readline module (from failure to |