[issue19358] Integrate "Argument Clinic" into CPython build

Antoine Pitrou report at bugs.python.org
Thu Oct 24 10:41:24 CEST 2013


Antoine Pitrou added the comment:

> > 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19358>
_______________________________________


More information about the Python-bugs-list mailing list