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 r.david.murray
Recipients georg.brandl, jonaskoelker, r.david.murray, terry.reedy, vstinner
Date 2010-03-22.18:45:02
SpamBayes Score 0.005874325
Marked as misclassified No
Message-id <1269283504.68.0.851700052182.issue1069092@psf.upfronthosting.co.za>
In-reply-to
Content
On linux: on Py3 (trunk and 3.1) I get the recursion depth exceeded message, but on py2 trunk I get the segfault if I use 100000 for the range.  So somebody fixed this crasher in py3, somehow.
History
Date User Action Args
2010-03-22 18:45:04r.david.murraysetrecipients: + r.david.murray, georg.brandl, terry.reedy, vstinner, jonaskoelker
2010-03-22 18:45:04r.david.murraysetmessageid: <1269283504.68.0.851700052182.issue1069092@psf.upfronthosting.co.za>
2010-03-22 18:45:02r.david.murraylinkissue1069092 messages
2010-03-22 18:45:02r.david.murraycreate