[issue14184] test_recursion_limit fails on OS X when compiled with clang

Ned Deily report at bugs.python.org
Mon Mar 12 23:55:20 CET 2012


Ned Deily <nad at acm.org> added the comment:

3.2 also fails when compiled on 10.7 with clang.  Issue9670 had increased the secondary stack size for OS X and FreeBSD by an empirically-determined amount to reduce the chance of crashes for recursive function calls. Continuing that somewhat kludgey strategy, the attached patch increases the stack size on OS X to a value such that the test no longer crashes.  It also separates the values for FreeBSD and OS X.

----------
keywords: +patch
stage: needs patch -> patch review
versions: +Python 3.2
Added file: http://bugs.python.org/file24803/issue14184.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14184>
_______________________________________


More information about the Python-bugs-list mailing list