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 mark.dickinson
Recipients eric.smith, jbakker, mark.dickinson, shamon51, terry.reedy, vstinner
Date 2017-11-22.17:37:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511372275.81.0.213398074469.issue32022@psf.upfronthosting.co.za>
In-reply-to
Content
> I suggest to close it as WONTFIX.

Agreed. If you use sys.setrecursionlimit, you're deliberately bypassing Python's safety mechanisms. A crash due to stack overflow shouldn't be considered a bug under these circumstances.
History
Date User Action Args
2017-11-22 17:37:55mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, vstinner, eric.smith, shamon51, jbakker
2017-11-22 17:37:55mark.dickinsonsetmessageid: <1511372275.81.0.213398074469.issue32022@psf.upfronthosting.co.za>
2017-11-22 17:37:55mark.dickinsonlinkissue32022 messages
2017-11-22 17:37:55mark.dickinsoncreate