This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients Arfrever, Sjlver, WanderingLogic, brett.cannon, doko, koobs, loewis, martin.panter, pitrou, python-dev, xdegaye
Date 2016-03-14.19:24:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457983482.87.0.636132859663.issue22359@psf.upfronthosting.co.za>
In-reply-to
Content
This patch improves changeset c2a53aa27cad by allowing cross-compilation:

The following checks have been made:
  * successfull cross-compilation of python3.4 after retrofiting changeset
    c2a53aa27cad to python3.4 since I don't have a working cross-compilation
    setup for python3.6 at the moment
  * successfull native compilation of python3.6 (default branch)
  * Python/graminit.c is re-generated after touching Parser/pgenmain.c on a
    native build
History
Date User Action Args
2016-03-14 19:24:43xdegayesetrecipients: + xdegaye, loewis, brett.cannon, doko, pitrou, Arfrever, python-dev, martin.panter, koobs, Sjlver, WanderingLogic
2016-03-14 19:24:42xdegayesetmessageid: <1457983482.87.0.636132859663.issue22359@psf.upfronthosting.co.za>
2016-03-14 19:24:42xdegayelinkissue22359 messages
2016-03-14 19:24:42xdegayecreate