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 martin.panter
Recipients EdSchouten, martin.panter
Date 2016-09-11.09:20:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473585646.59.0.661593257087.issue28066@psf.upfronthosting.co.za>
In-reply-to
Content
There are various tricky cases to be considered with the regenerated files like importlib.h. One of them is that you are supposed to be able to build Python from a read-only source tree. See Issue 15819. Writing files into $(srcdir) would break this.

Also, as I just wrote in that bug, the built Python/importlib.h is already supposed to be searchable. However the logic seems to be broken. Can you see if this patch helps?
History
Date User Action Args
2016-09-11 09:20:47martin.pantersetrecipients: + martin.panter, EdSchouten
2016-09-11 09:20:46martin.pantersetmessageid: <1473585646.59.0.661593257087.issue28066@psf.upfronthosting.co.za>
2016-09-11 09:20:46martin.panterlinkissue28066 messages
2016-09-11 09:20:46martin.pantercreate