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 georg.brandl
Recipients Link Mauve, benjamin.peterson, georg.brandl, pitrou
Date 2014-10-13.19:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413228201.32.0.303311466973.issue22625@psf.upfronthosting.co.za>
In-reply-to
Content
You're right, this can be avoided (although you will also have to patch the extension module build, which uses the just-built python executable).

This problem occurs twice in the build process, once for pgen and once for _freeze_importlib.  The problem is that the Makefile rules for the generated files depend on the binary (which is of course not checked in and cannot be touched by "make touch").

Attached patch should fix this.
History
Date User Action Args
2014-10-13 19:23:21georg.brandlsetrecipients: + georg.brandl, pitrou, benjamin.peterson, Link Mauve
2014-10-13 19:23:21georg.brandlsetmessageid: <1413228201.32.0.303311466973.issue22625@psf.upfronthosting.co.za>
2014-10-13 19:23:21georg.brandllinkissue22625 messages
2014-10-13 19:23:21georg.brandlcreate