diff options
author | Ned Deily <nad@acm.org> | 2013-05-28 23:45:06 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-05-28 23:45:06 (GMT) |
commit | 6750282007f3444fe7b500ae9cf6172921ffd5f4 (patch) | |
tree | 8a1669f11395b830d445eb4ffaf859813dd8660b /Misc | |
parent | 56dfc2127f6b835d056d025a978f1be2bbb5d431 (diff) | |
parent | 97345680dcf920d6def6217213499be362ed1921 (diff) | |
download | cpython-6750282007f3444fe7b500ae9cf6172921ffd5f4.zip cpython-6750282007f3444fe7b500ae9cf6172921ffd5f4.tar.gz cpython-6750282007f3444fe7b500ae9cf6172921ffd5f4.tar.bz2 |
Issue #18080: merge from 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -308,6 +308,11 @@ Library - Issue #17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum. +- 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. + Tests ----- |