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 Alex.Willmer, martin.panter, thomas.perl, xdegaye
Date 2016-07-29.20:41:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469824906.12.0.552376798207.issue27641@psf.upfronthosting.co.za>
In-reply-to
Content
Nice.

FWIW cross-compilation for Android works fine with comment-out-regen.patch.

> In native compiling mode, everything should be as normal. When cross-compiling, the rules for regenerating files should read like
> 
> Python/importlib.h: # $(srcdir)/Lib/importlib/_bootstrap.py Programs/_freeze_importlib
> 	./Programs/_freeze_importlib \
> 	    $(srcdir)/Lib/importlib/_bootstrap.py Python/importlib.h

They do read like this.
History
Date User Action Args
2016-07-29 20:41:46xdegayesetrecipients: + xdegaye, martin.panter, Alex.Willmer, thomas.perl
2016-07-29 20:41:46xdegayesetmessageid: <1469824906.12.0.552376798207.issue27641@psf.upfronthosting.co.za>
2016-07-29 20:41:46xdegayelinkissue27641 messages
2016-07-29 20:41:46xdegayecreate