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 eryksun
Recipients benjamin.peterson, brett.cannon, eryksun, mark.dickinson, serhiy.storchaka, vstinner
Date 2016-02-24.20:03:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456344238.33.0.98298658669.issue26428@psf.upfronthosting.co.za>
In-reply-to
Content
> xrange() still functions if you give it a value larger than `long`

What do you mean? Did you mean to write range() instead of xrange()? Both range and xrange in Python 2 use a C long for the start, stop, step, and length values. With how they get used this generally isn't a problem, which is why no one previously created an issue for this.
History
Date User Action Args
2016-02-24 20:03:58eryksunsetrecipients: + eryksun, brett.cannon, mark.dickinson, vstinner, benjamin.peterson, serhiy.storchaka
2016-02-24 20:03:58eryksunsetmessageid: <1456344238.33.0.98298658669.issue26428@psf.upfronthosting.co.za>
2016-02-24 20:03:58eryksunlinkissue26428 messages
2016-02-24 20:03:58eryksuncreate