summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-20 22:06:44 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-20 22:06:44 (GMT)
commite45df0a6dada198123264acc513ce471d681751d (patch)
treecdec608206519e8d67ac3fd0928a6a95e22b69e8 /Misc
parent57ea576b072ec9ad1c70ce7dd0eabf230ad4b644 (diff)
parent395733d46bbc23d2f559eba4e5f75783f9bca6f1 (diff)
downloadcpython-e45df0a6dada198123264acc513ce471d681751d.zip
cpython-e45df0a6dada198123264acc513ce471d681751d.tar.gz
cpython-e45df0a6dada198123264acc513ce471d681751d.tar.bz2
Issue #10656: Merge AIX build fix from 3.5
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS2
-rw-r--r--Misc/NEWS3
2 files changed, 5 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 2719cb9..35b6b7d 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -227,6 +227,7 @@ Arnaud Calmettes
Daniel Calvelo
Tony Campbell
Brett Cannon
+Tristan Carel
Mike Carlton
Pierre Carrier
Terry Carroll
@@ -581,6 +582,7 @@ Travis B. Hartwell
Larry Hastings
Tim Hatch
Shane Hathaway
+Michael Haubenwallner
Janko Hauser
Rycharde Hawkes
Ben Hayden
diff --git a/Misc/NEWS b/Misc/NEWS
index 8b2dcb1..18233b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,9 @@ Tests
Build
-----
+- Issue #10656: Fix out-of-tree building on AIX. Patch by Tristan Carel and
+ Michael Haubenwallner.
+
- Issue #26359: Rename --with-optimiations to --enable-optimizations.
- Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.