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 jack__d
Recipients jack__d, michaeljwang10
Date 2021-07-31.02:42:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627699377.83.0.361075711192.issue44790@roundup.psfhosted.org>
In-reply-to
Content
The default recursion limit is 1,000; you're increasing it by a factor of 10. It is documented that raising the recursion limit can cause crashes. What kind of crash are you seeing? Segmentation fault or stack overflow? Also, provide more details about your system: what OS and more importantly in this case, how much RAM?

It's possible that this is not a bug.
History
Date User Action Args
2021-07-31 02:42:57jack__dsetrecipients: + jack__d, michaeljwang10
2021-07-31 02:42:57jack__dsetmessageid: <1627699377.83.0.361075711192.issue44790@roundup.psfhosted.org>
2021-07-31 02:42:57jack__dlinkissue44790 messages
2021-07-31 02:42:57jack__dcreate