diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-23 01:18:54 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-23 01:18:54 (GMT) |
commit | da28494d0a208410f5f7c1df476da9268908c565 (patch) | |
tree | f1df79e2eb2b3f70dd2cd4fc59a09f8a2d6cf364 /Misc | |
parent | 15932593bae491ffad73f690c8a2bcf6f91a085b (diff) | |
parent | 1046d5c65354c5b35486ac0cb7d3b02507004b04 (diff) | |
download | cpython-da28494d0a208410f5f7c1df476da9268908c565.zip cpython-da28494d0a208410f5f7c1df476da9268908c565.tar.gz cpython-da28494d0a208410f5f7c1df476da9268908c565.tar.bz2 |
Issue #22359: Merge cross-compilation fix from 3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1005,6 +1005,11 @@ Tests Build ----- +- Issue #22359: Disable the rules for running _freeze_importlib and pgen when + cross-compiling. The output of these programs is normally saved with the + source code anyway, and is still regenerated when doing a native build. + Patch by Xavier de Gaye. + - Issue #21668: Link audioop, _datetime, _ctypes_test modules to libm, except on Mac OS X. Patch written by Chi Hsuan Yen. |