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 eric.smith
Recipients eric.smith, ultrabear
Date 2021-06-11.13:16:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623417395.83.0.240694142276.issue44393@roundup.psfhosted.org>
In-reply-to
Content
That's the documented behavior: "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."

https://docs.python.org/3.8/library/sys.html#sys.setrecursionlimit

Also, please don't post images. Copy and paste the text instead. Images aren't friendly to visually impaired people, and they can't be copy and pasted.
History
Date User Action Args
2021-06-11 13:16:35eric.smithsetrecipients: + eric.smith, ultrabear
2021-06-11 13:16:35eric.smithsetmessageid: <1623417395.83.0.240694142276.issue44393@roundup.psfhosted.org>
2021-06-11 13:16:35eric.smithlinkissue44393 messages
2021-06-11 13:16:35eric.smithcreate