This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients amaury.forgeotdarc, belopolsky, facundobatista, gvanrossum, mark.dickinson, ncoghlan, pitrou
Date 2008-09-02.16:54:52
SpamBayes Score 3.9873026e-08
Marked as misclassified No
Message-id <1220374495.81.0.990331713766.issue2690@psf.upfronthosting.co.za>
In-reply-to
Content
v2 of my updated patch attached to fix the issue Antoine noted.

Also gets rid of some tab-instead-of-spaces indenting issues in the
file, and avoids hardcoding PyRange_Type when creating new instances.

However, the patch still has issues, as can be seen with the new tests I
added to test_range to actually exercise some of the functionality
beyond the sys.maxsize limit.
History
Date User Action Args
2008-09-02 16:54:55ncoghlansetrecipients: + ncoghlan, gvanrossum, facundobatista, amaury.forgeotdarc, mark.dickinson, belopolsky, pitrou
2008-09-02 16:54:55ncoghlansetmessageid: <1220374495.81.0.990331713766.issue2690@psf.upfronthosting.co.za>
2008-09-02 16:54:55ncoghlanlinkissue2690 messages
2008-09-02 16:54:54ncoghlancreate