[Pythonmac-SIG] Python interactive segfaults on OS X 10.9 Mavericks

2013-10-25 Thread Ned Deily
SInce OS X 10.9 Mavericks is now out, people are running into a severe problem when using some Python interpreters interactively. The symptom is that the interpreter in interactive mode crashes after typing two lines: $ python3.3 Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24) [GCC 4.

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-25 Thread Ned Deily
In article , Ned Deily wrote: > I'm really confused here. Using the current 2.7.5 64-bit installer (from > May) on 10.8.5 with Xcode 5.0.1 works just fine for me. Perhaps you are > seeing problems because you are trying to override Distutils defaults? If > you > don't set any of CC or LDS

Re: [Pythonmac-SIG] Building extension modules with Xcode 5

2013-10-25 Thread Ronald Oussoren
On Oct 25, 2013, at 03:47 AM, Andrew Barnert wrote:What we're seeing here is a conflict between Python's unfortunate insistence on using the same compiler toolchain for the main interpreter and anycompiled extensions, and Apple's remorseless dropping of stuff it no longersupports. Also Python havi