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 pitrou
Recipients larry, loewis, pitrou
Date 2013-10-23.08:31:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382517092.75.0.555618231605.issue19358@psf.upfronthosting.co.za>
In-reply-to
Content
Well, I don't really know how to do it. You'd have to have a step that somehow scans for .c files in the source tree, looks for clinic headers and compute whether they're outdated?
(but this must only be done if the .c files are younger than the .o files, i.e. the step should probably be integrated to the C compilation step)
History
Date User Action Args
2013-10-23 08:31:32pitrousetrecipients: + pitrou, loewis, larry
2013-10-23 08:31:32pitrousetmessageid: <1382517092.75.0.555618231605.issue19358@psf.upfronthosting.co.za>
2013-10-23 08:31:32pitroulinkissue19358 messages
2013-10-23 08:31:32pitroucreate