[issue27490] Do not run pgen when it is not going to be used (cross-compiling)

2016-07-27 Thread Martin Panter
Martin Panter added the comment: FWIW I suspect this technique could be expanded to prevent Programs/_freeze_importlib from being cross-compiled, if anyone was interested. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed

[issue27490] Do not run pgen when it is not going to be used (cross-compiling)

2016-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec27886f675f by Martin Panter in branch '2.7': Issue #27490: Do not build pgen when cross-compiling https://hg.python.org/cpython/rev/ec27886f675f -- ___ Python tracker

[issue27490] Do not run pgen when it is not going to be used (cross-compiling)

2016-07-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset c6476003e67f by Martin Panter in branch '3.5': Issue #27490: Do not build pgen when cross-compiling https://hg.python.org/cpython/rev/c6476003e67f New changeset 98df00834c58 by Martin Panter in branch 'default': Issue #27490: Merge pgen

[issue27490] Do not run pgen when it is not going to be used (cross-compiling)

2016-07-23 Thread Ned Deily
Changes by Ned Deily : -- nosy: +doko ___ Python tracker ___ ___ Python-bugs-list mailing

[issue27490] Do not run pgen when it is not going to be used (cross-compiling)

2016-07-22 Thread Martin Panter
Martin Panter added the comment: This patch looks okay to me. I will commit it in a few days, unless anyone comes up with a better option. -- stage: -> patch review versions: +Python 3.5 ___ Python tracker

[issue27490] Do not run pgen when it is not going to be used (cross-compiling)

2016-07-22 Thread Thomas Perl
Thomas Perl added the comment: Repurposing this bug as "do not run pgen". Documenting and using 'make PGEN_DEP=""' might also work; however, given that the configure script uses autoconf, and there's also code in place for PYTHON_FOR_BUILD, I've attached a patch that makes the PGEN dependency