]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:31:45 +0000 (16:31 -0700)
committerNed Deily <nad@acm.org>
Tue, 28 May 2013 23:31:45 +0000 (16:31 -0700)
commit1ab29e78f9e61c86879fa8884a543022ea43112d
tree5c718ab533b2cdb84451e0414baba78c600e4608
parent3fcf2d3174ebfc4b405b34bf7199451356fa51eb
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 2.7.3 and inadvertently dropped in 2.7.4.
Lib/distutils/sysconfig.py
Lib/distutils/tests/test_unixccompiler.py
Misc/NEWS