[issue19358] Integrate "Argument Clinic" into CPython build

Larry Hastings report at bugs.python.org
Thu Oct 24 07:06:21 CEST 2013


Larry Hastings added the comment:

I thought it'd be more like, write a special C program that probes to see if you have a built python in the current directory, and if not looks on the path for a python3 (>=3.3), and if it finds a python it can use it runs Clinic on its arguments.  Then make sure it gets built before any of the C files.  Then change the .c -> .o target so it runs that program before running $(CC).

----------

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


More information about the Python-bugs-list mailing list