From: Mark Dickinson Date: Thu, 3 Dec 2009 12:09:33 +0000 (+0000) Subject: Blocked revisions 76648 via svnmerge X-Git-Tag: v2.6.5rc1~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=02293269803ce6505206589b01e5e0ff7d64d5c0;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 76648 via svnmerge ........ r76648 | mark.dickinson | 2009-12-03 12:08:56 +0000 (Thu, 03 Dec 2009) | 3 lines Issue #6985: number of range() items should be constrained to lie in a Py_ssize_t, not an int. ........ ---