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 larry
Recipients larry, loewis, pitrou
Date 2013-10-24.05:06:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382591181.98.0.650048407651.issue19358@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2013-10-24 05:06:22larrysetrecipients: + larry, loewis, pitrou
2013-10-24 05:06:21larrysetmessageid: <1382591181.98.0.650048407651.issue19358@psf.upfronthosting.co.za>
2013-10-24 05:06:21larrylinkissue19358 messages
2013-10-24 05:06:21larrycreate