summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-05-28 23:45:06 (GMT)
committerNed Deily <nad@acm.org>2013-05-28 23:45:06 (GMT)
commit6750282007f3444fe7b500ae9cf6172921ffd5f4 (patch)
tree8a1669f11395b830d445eb4ffaf859813dd8660b /Misc
parent56dfc2127f6b835d056d025a978f1be2bbb5d431 (diff)
parent97345680dcf920d6def6217213499be362ed1921 (diff)
downloadcpython-6750282007f3444fe7b500ae9cf6172921ffd5f4.zip
cpython-6750282007f3444fe7b500ae9cf6172921ffd5f4.tar.gz
cpython-6750282007f3444fe7b500ae9cf6172921ffd5f4.tar.bz2
Issue #18080: merge from 3.3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 97c8408..be1be6a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----