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 tarek
Recipients barry, ezio.melotti, loewis, tarek, vstinner
Date 2010-03-10.23:23:21
SpamBayes Score 1.1846287e-06
Marked as misclassified No
Message-id <1268263403.32.0.821538148485.issue8107@psf.upfronthosting.co.za>
In-reply-to
Content
This test just grabs xxmodule.c from Python to try out a compilation.

It's a lot of work just to try out a .c file in build_ext. I've already changed this in trunk by having a c file local to distutils tests, as a fallback in case the location cannot be found (depending on the execution context).

I can backport this to 2.6. It's pretty safe to do it since its just a change in the test, the distutils code is not changed. Barry let me know if you want me to do backport it in release26, and if yes, when I should do it.
History
Date User Action Args
2010-03-10 23:23:23tareksetrecipients: + tarek, loewis, barry, vstinner, ezio.melotti
2010-03-10 23:23:23tareksetmessageid: <1268263403.32.0.821538148485.issue8107@psf.upfronthosting.co.za>
2010-03-10 23:23:22tareklinkissue8107 messages
2010-03-10 23:23:21tarekcreate