Message 306739 - Python tracker (original) (raw)
Message306739
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:20 | mark.dickinson | set | recipients: + mark.dickinson, terry.reedy, vstinner, eric.smith, shamon51, jbakker |
2017-11-22 17:40:20 | mark.dickinson | set | messageid: 1511372420.79.0.213398074469.issue32022@psf.upfronthosting.co.za |
2017-11-22 17:40:20 | mark.dickinson | link | issue32022 messages |
2017-11-22 17:40:20 | mark.dickinson | create |