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.

作者 martin.panter
收信人 EdSchouten, martin.panter
日期 2016-09-11.09:20:46
SpamBayes Score -1.0
Marked as misclassified
Message-id <1473585646.59.0.661593257087.issue28066@psf.upfronthosting.co.za>
In-reply-to
内容
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?
历史
日期 用户 动作 参数
2016-09-11 09:20:47martin.panter修改recipients: + martin.panter, EdSchouten
2016-09-11 09:20:46martin.panter修改messageid: <1473585646.59.0.661593257087.issue28066@psf.upfronthosting.co.za>
2016-09-11 09:20:46martin.panter链接issue28066 messages
2016-09-11 09:20:46martin.panter创建