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 eric.smith
Recipients eric.smith, kszawala
Date 2009-09-24.10:54:47
SpamBayes Score 0.034009125
Marked as misclassified No
Message-id <1253789689.22.0.458334720703.issue6985@psf.upfronthosting.co.za>
In-reply-to
Content
This doesn't crash the interpreter, so I'm changing it to "behavior".

The number of items in a range() must fit into a native int.

What are you doing with the range? Could you use xrange instead?
History
Date User Action Args
2009-09-24 10:54:49eric.smithsetrecipients: + eric.smith, kszawala
2009-09-24 10:54:49eric.smithsetmessageid: <1253789689.22.0.458334720703.issue6985@psf.upfronthosting.co.za>
2009-09-24 10:54:47eric.smithlinkissue6985 messages
2009-09-24 10:54:47eric.smithcreate