Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14184>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to