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 taleinat
Recipients serhiy.storchaka, taleinat, terry.reedy
Date 2019-06-09.19:56:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560110205.96.0.589345569664.issue26806@roundup.psfhosted.org>
In-reply-to
Content
IMO just updating the documentation would not be enough.

I suggest wrapping sys.setrecursionlimit() and *adding* 30 to the given limit, to offset the call stack depth added by IDLE. This makes more sense to me than max(n, 50), which I imagine would cause a lot of confusion in cases where it comes into effect.

If that's not acceptable, then I suggest wrapping it to raise an informative exception if the given limit is too low.
History
Date User Action Args
2019-06-09 19:56:45taleinatsetrecipients: + taleinat, terry.reedy, serhiy.storchaka
2019-06-09 19:56:45taleinatsetmessageid: <1560110205.96.0.589345569664.issue26806@roundup.psfhosted.org>
2019-06-09 19:56:45taleinatlinkissue26806 messages
2019-06-09 19:56:45taleinatcreate