diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-23 00:58:44 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-23 00:58:44 (GMT) |
commit | 1046d5c65354c5b35486ac0cb7d3b02507004b04 (patch) | |
tree | 335821854ea9159a77d077fa678f9e4f84265067 /Misc | |
parent | 19620c57d78f2175e326205f6b919ded834099b2 (diff) | |
download | cpython-1046d5c65354c5b35486ac0cb7d3b02507004b04.zip cpython-1046d5c65354c5b35486ac0cb7d3b02507004b04.tar.gz cpython-1046d5c65354c5b35486ac0cb7d3b02507004b04.tar.bz2 |
Issue #22359: Disable running cross-compiled _freeze_importlib and pgen
Patch by Xavier de Gaye.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -404,6 +404,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 Xavier de Gaye. |