diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:16:46 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-11-20 22:16:46 (GMT) |
commit | a57890e5ecb164c17b79aa2713758307787eb74b (patch) | |
tree | b34f158da5de75b8863c545baae252c2da64e48f /Misc | |
parent | 6a8f60d6243cd03c053623e1e767c42f884beef0 (diff) | |
parent | e45df0a6dada198123264acc513ce471d681751d (diff) | |
download | cpython-a57890e5ecb164c17b79aa2713758307787eb74b.zip cpython-a57890e5ecb164c17b79aa2713758307787eb74b.tar.gz cpython-a57890e5ecb164c17b79aa2713758307787eb74b.tar.bz2 |
Issue #10656: Merge AIX build fix from 3.6
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 @@ -582,6 +583,7 @@ Travis B. Hartwell Larry Hastings Tim Hatch Shane Hathaway +Michael Haubenwallner Janko Hauser Rycharde Hawkes Ben Hayden @@ -425,6 +425,9 @@ Documentation 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 #28444: Fix missing extensions modules when cross compiling. |