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 ned.deily
Recipients ned.deily, pabstersac
Date 2016-07-17.06:29:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468736991.2.0.146388265219.issue27537@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, the documentation for sys.setrecursionlimit() explicitly warns you against doing this:

"The highest possible limit is platform-dependent. A user may need to set the limit higher when she has a program that requires deep recursion and a platform that supports a higher limit. This should be done with care, because a too-high limit can lead to a crash."

https://docs.python.org/2.7/library/sys.html#sys.setrecursionlimit
History
Date User Action Args
2016-07-17 06:29:51ned.deilysetrecipients: + ned.deily, pabstersac
2016-07-17 06:29:51ned.deilysetmessageid: <1468736991.2.0.146388265219.issue27537@psf.upfronthosting.co.za>
2016-07-17 06:29:51ned.deilylinkissue27537 messages
2016-07-17 06:29:50ned.deilycreate