[issue19358] Integrate "Argument Clinic" into CPython build

STINNER Victor report at bugs.python.org
Thu Oct 24 10:37:20 CEST 2013


STINNER Victor 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).

(I didn't check how clinic works, so I'm maybe saying something stupid.)

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list