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, vstinner
Date 2013-10-24.08:41:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1712459066.107179439.1382604057464.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1382603840.88.0.40365530141.issue19358@psf.upfronthosting.co.za>
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?
> 
> Does it really need to be automated? We may only regenerate clinic
> things after a fresh configure (uncompress tarball, rnu configure,
> make). Or explicitly using a special command, ex: "make clinic"
> (which would only regenerate clinic things).

"make clinic" may be a good compromise indeed.
History
Date User Action Args
2013-10-24 08:41:24pitrousetrecipients: + pitrou, loewis, vstinner, larry
2013-10-24 08:41:24pitroulinkissue19358 messages
2013-10-24 08:41:24pitroucreate