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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19358>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to