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 Mark.Shannon, ag6502, amaury.forgeotdarc, benjamin.peterson, francismb, ggenellina, ncoghlan, pitrou, python-dev, serhiy.storchaka, terry.reedy
Date 2012-11-04.14:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352039163.97.0.616874660052.issue5765@psf.upfronthosting.co.za>
In-reply-to
Content
The sanity check in the recursion limit finding script is definitely a good idea, so I added that (as the commits show).

For the record, running that script on the 3.3 branch with my 4 GB RAM Fedora 17 ASUS Zenbook finds a maximum recursion limit around 16800, at which point test_add is the first one to die.
History
Date User Action Args
2012-11-04 14:26:04ncoghlansetrecipients: + ncoghlan, terry.reedy, amaury.forgeotdarc, ggenellina, pitrou, ag6502, benjamin.peterson, Mark.Shannon, python-dev, francismb, serhiy.storchaka
2012-11-04 14:26:03ncoghlansetmessageid: <1352039163.97.0.616874660052.issue5765@psf.upfronthosting.co.za>
2012-11-04 14:26:03ncoghlanlinkissue5765 messages
2012-11-04 14:26:03ncoghlancreate