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-10.17:48:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560188938.72.0.0201965415275.issue26806@roundup.psfhosted.org>
In-reply-to
Content
Setting the recursion limit too low also causes issues in a plain Python interactive session. With current master (to be 3.9) on Win10, I get issues with values up to 6. In IDLE values up to 20 cause an immediate exception similar to the one described by Serhiy.

Anyways, I think we should increment by 25, to always set "safe" values.
History
Date User Action Args
2019-06-10 17:48:58taleinatsetrecipients: + taleinat, terry.reedy, serhiy.storchaka
2019-06-10 17:48:58taleinatsetmessageid: <1560188938.72.0.0201965415275.issue26806@roundup.psfhosted.org>
2019-06-10 17:48:58taleinatlinkissue26806 messages
2019-06-10 17:48:58taleinatcreate