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 abarry
Recipients Rosuav, abarry, ethan.furman, georg.brandl, ncoghlan, xiang.zhang
Date 2016-07-24.15:00:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469372412.54.0.981996517328.issue26823@psf.upfronthosting.co.za>
In-reply-to
Content
Alright, I think this works now. No more magic number, just some regex as well as checking that the number is in range(sys.getrecursionlimit()-50, sys.getrecursionlimit()) :)
History
Date User Action Args
2016-07-24 15:00:12abarrysetrecipients: + abarry, georg.brandl, ncoghlan, ethan.furman, Rosuav, xiang.zhang
2016-07-24 15:00:12abarrysetmessageid: <1469372412.54.0.981996517328.issue26823@psf.upfronthosting.co.za>
2016-07-24 15:00:12abarrylinkissue26823 messages
2016-07-24 15:00:12abarrycreate