From: Mark Dickinson Date: Fri, 6 Aug 2010 09:38:58 +0000 (+0000) Subject: Misc/NEWS entry for r83751. X-Git-Tag: v3.2a2~455 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f3086f264742c5c09cc658fb2031773554eccea;p=thirdparty%2FPython%2Fcpython.git Misc/NEWS entry for r83751. --- diff --git a/Misc/NEWS b/Misc/NEWS index abcb9d8ead71..0567a20d0381 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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