summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-23 01:18:54 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-04-23 01:18:54 (GMT)
commitda28494d0a208410f5f7c1df476da9268908c565 (patch)
treef1df79e2eb2b3f70dd2cd4fc59a09f8a2d6cf364 /Misc
parent15932593bae491ffad73f690c8a2bcf6f91a085b (diff)
parent1046d5c65354c5b35486ac0cb7d3b02507004b04 (diff)
downloadcpython-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f4eb43..514fa3d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.