[issue16092] test_recursion_limit in test_threading fails on Mac OS X in 3.2

Ned Deily report at bugs.python.org
Sun Sep 30 09:20:40 CEST 2012


Ned Deily added the comment:

As far as I know, this is currently only an issue if you use the llvm-gcc-4.2 compiler on OS X to do a debug mode build.  That compiler is no longer maintained by Apple and is known to miscompile Python 3.3 builds.  There are checks in configure.ac for 3.3 to avoid using it.  With Xcode 4, use clang instead (./configure ... CC=clang); for Xcode 3, use the standard gcc-4.2 (CC=gcc-4.2).

----------
resolution:  -> wont fix
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list