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 behackett
Recipients behackett, emptysquare, vstinner
Date 2015-09-23.22:21:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443046906.73.0.659197514662.issue25222@psf.upfronthosting.co.za>
In-reply-to
Content
> Well, Python has no perfect protection again stack overflow. It's only best effect.

That's interesting. I thought there was a stronger contract, and it appeared that way in all previous cpython releases back to 2.4. Again, this failure is new with 3.5.0.

> You should change sys.setrecursionlimit() to a lower limit to try to limit the risk of a crash.

That's a great suggestion and it appears to work around the issue, thanks.

Feel free to close this won't fix, but given that this appears to be the second report of this issue for 3.5 (see issue22971) someone who understands interpreter internals may want to look into the problem a bit more first.
History
Date User Action Args
2015-09-23 22:21:46behackettsetrecipients: + behackett, vstinner, emptysquare
2015-09-23 22:21:46behackettsetmessageid: <1443046906.73.0.659197514662.issue25222@psf.upfronthosting.co.za>
2015-09-23 22:21:46behackettlinkissue25222 messages
2015-09-23 22:21:46behackettcreate