From: Mark Dickinson Date: Sun, 15 Nov 2009 12:34:44 +0000 (+0000) Subject: Blocked revisions 76295 via svnmerge X-Git-Tag: v3.2a1~2179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4817e59299dde54d219d2f4983bb1945a5d1f5e;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 76295 via svnmerge ........ r76295 | mark.dickinson | 2009-11-15 12:31:13 +0000 (Sun, 15 Nov 2009) | 5 lines Avoid signed overflow in some xrange calculations, and extend xrange tests to cover some special cases that caused problems in py3k. This is a partial backport of r76292-76293 (see issue #7298.) ........ ---