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 loewis
Recipients Arfrever, benjamin.peterson, brett.cannon, eric.smith, eric.snow, loewis, meador.inge, ncoghlan, pitrou
Date 2012-06-17.07:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339919270.49.0.938919170554.issue14928@psf.upfronthosting.co.za>
In-reply-to
Content
IIUC, this patch will cause importlib.h to always be built when building from source, since _freeze_importlib will be built.

Is it then the plan to drop importlib.h from version control? If so, the Windows build process would need to be adjusted as well (with a separate project that is a prerequisite for pythoncore).
History
Date User Action Args
2012-06-17 07:47:50loewissetrecipients: + loewis, brett.cannon, ncoghlan, pitrou, eric.smith, benjamin.peterson, Arfrever, meador.inge, eric.snow
2012-06-17 07:47:50loewissetmessageid: <1339919270.49.0.938919170554.issue14928@psf.upfronthosting.co.za>
2012-06-17 07:47:49loewislinkissue14928 messages
2012-06-17 07:47:49loewiscreate