]> granicus.if.org Git - python/commit
Issue #18080: When building a C extension module on OS X, if the compiler
authorNed Deily <nad@acm.org>
Tue, 28 May 2013 23:35:30 +0000 (16:35 -0700)
committerNed Deily <nad@acm.org>
Tue, 28 May 2013 23:35:30 +0000 (16:35 -0700)
commit97345680dcf920d6def6217213499be362ed1921
tree5107b35f06c3790713c07f67c9ecc7e4b191c1e7
parentdce05500a16db7563eda12d1c31e59b472150799
Issue #18080: When building a C extension module on OS X, if the compiler
is overriden with the CC environment variable, use the new compiler as
the default for linking if LDSHARED is not also overriden.  This restores
Distutils behavior introduced in 3.2.3 and inadvertently dropped in 3.3.0.
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_unixccompiler.py
Misc/NEWS