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 mark.dickinson
Recipients eric.smith, jbakker, mark.dickinson, shamon51, terry.reedy, vstinner
Date 2017-11-22.17:40:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511372420.79.0.213398074469.issue32022@psf.upfronthosting.co.za>
In-reply-to
Content
I was going to suggest that this might be a documentation issue, but the existing documentation already looks sufficient to me:

> A user may need to set the limit higher when they have 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.

From https://docs.python.org/3/library/sys.html#sys.setrecursionlimit
History
Date User Action Args
2017-11-22 17:40:20mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, vstinner, eric.smith, shamon51, jbakker
2017-11-22 17:40:20mark.dickinsonsetmessageid: <1511372420.79.0.213398074469.issue32022@psf.upfronthosting.co.za>
2017-11-22 17:40:20mark.dickinsonlinkissue32022 messages
2017-11-22 17:40:20mark.dickinsoncreate