diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:06:44 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:06:44 (GMT) |
commit | e45df0a6dada198123264acc513ce471d681751d (patch) | |
tree | cdec608206519e8d67ac3fd0928a6a95e22b69e8 /Misc | |
parent | 57ea576b072ec9ad1c70ce7dd0eabf230ad4b644 (diff) | |
parent | 395733d46bbc23d2f559eba4e5f75783f9bca6f1 (diff) | |
download | cpython-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/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 5 insertions, 0 deletions
@@ -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 @@ -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. |