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-04-21.07:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461224446.29.0.788608587954.issue22359@psf.upfronthosting.co.za>
In-reply-to
Content
> Why do you make the linking of _freeze_importlib conditional, but always build $(PGEN)?

Yes, this is not consistent. The cross-build is correct when both are linked or when both are not linked. And $(PGENOBJS) are cross-compiled in both cases.

Should both programs not be created ?
History
Date User Action Args
2016-04-21 07:40:46xdegayesetrecipients: + xdegaye, loewis, brett.cannon, doko, pitrou, Arfrever, python-dev, martin.panter, koobs, Sjlver, WanderingLogic
2016-04-21 07:40:46xdegayesetmessageid: <1461224446.29.0.788608587954.issue22359@psf.upfronthosting.co.za>
2016-04-21 07:40:46xdegayelinkissue22359 messages
2016-04-21 07:40:46xdegayecreate