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

Reply via email to