Jelle Zijlstra added the comment:

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.

----------
nosy: +Jelle Zijlstra

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27277>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to