[python-committers] Reminder: Python 3.5 beta 4 is tagged in one week

2015-07-18 Thread Larry Hastings



Approximately a week from when I post this, I'll be tagging Python 3.5 
beta 4, which is the last beta before we go to release candidates.  
Please wind up all your bug fixes soon, I'd really like checkins to 3.5 
to stop soon.


And a minor reminder: when we hit Release Candidate 1, I'll be switching 
the canonical repo for 3.5 to a public Bitbucket repo. Any bug fixes 
that go in between RC 1 and final will only be merged using Bitbucket 
"pull requests".


The new workflow experiment continues,


//arry/
___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers


Re: [python-committers] 2.7 compilation problem on Mac 10.10.4 - Failure with mac specific modules

2015-07-18 Thread Senthil Kumaran
On Fri, Jul 17, 2015 at 8:26 PM, Ned Deily  wrote:

> Meador's right.  Don't use the old gcc-4.2 with the current SDK / Command
> Line Tools.  Let CC default to "cc" or set it to "clang"; presumably
> something is setting the CC environment variable to
> /opt/twitter/bin/gcc-4.2.


Thank you for your help. The old gcc escaped my attention. 3.x compiling
fine with old gcc didn't make me suspect that. But it was indeed the case.
I set the CC envvar to the gcc provided by Apple and it was alright.

Thank you,
Senthil
___
python-committers mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-committers