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 JelleZijlstra
Recipients JelleZijlstra, Rohit Mediratta
Date 2016-06-10.07:33:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465543987.23.0.815145401775.issue27277@psf.upfronthosting.co.za>
In-reply-to
Content
This test asserts that indefinite recursion causes a RecursionError, but such recursion can instead segfault if the amount of stack space available is less than Python's recursion limit (sys.getrecursionlimit()).

Are you using any unusual settings for the recursion limit? Perhaps the solution here is to have CPython use a lower default recursion limit on your platform.
History
Date User Action Args
2016-06-10 07:33:07JelleZijlstrasetrecipients: + JelleZijlstra, Rohit Mediratta
2016-06-10 07:33:07JelleZijlstrasetmessageid: <1465543987.23.0.815145401775.issue27277@psf.upfronthosting.co.za>
2016-06-10 07:33:07JelleZijlstralinkissue27277 messages
2016-06-10 07:33:07JelleZijlstracreate