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 georg.brandl, ncoghlan
Date 2011-01-11.18:19:39
SpamBayes Score 0.0009812457
Marked as misclassified No
Message-id <1294769984.28.0.683615170929.issue10889@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch moves range indexing and slicing over to PyLong and updates the tests accordingly.

Georg, I think this really makes the large range story far more usable - if you're OK with it, I would like to check it in this week so it lands in 3.2.
History
Date User Action Args
2011-01-11 18:19:44ncoghlansetrecipients: + ncoghlan, georg.brandl
2011-01-11 18:19:44ncoghlansetmessageid: <1294769984.28.0.683615170929.issue10889@psf.upfronthosting.co.za>
2011-01-11 18:19:39ncoghlanlinkissue10889 messages
2011-01-11 18:19:39ncoghlancreate