summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-09-30 20:28:10 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-09-30 20:28:10 (GMT)
commit3c678c33a770ce7b465163aecb09fba07e1e8daa (patch)
treeb3596f5b5c0b86ccd4e49e5558add23f89f46574 /Misc
parent1a67bee7016ab266b8a19a8834a2f1cb374dc38c (diff)
downloadcpython-3c678c33a770ce7b465163aecb09fba07e1e8daa.zip
cpython-3c678c33a770ce7b465163aecb09fba07e1e8daa.tar.gz
cpython-3c678c33a770ce7b465163aecb09fba07e1e8daa.tar.bz2
Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary.
Patch by Oscar Benjamin.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index b5ebf06..63c126c 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -101,6 +101,7 @@ Thomas Bellman
Alexander “Саша” Belopolsky
Eli Bendersky
David Benjamin
+Oscar Benjamin
Andrew Bennetts
Andy Bensky
Bennett Benson
diff --git a/Misc/NEWS b/Misc/NEWS
index 63601d8..c787537 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,9 @@ Core and Builtins
Library
-------
+- Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except
+ when necessary. Patch by Oscar Benjamin.
+
- Properly initialize all fields of a SSL object after allocation.
- Issue #4366: Fix building extensions on all platforms when --enable-shared