[issue8107] test_distutils fails on Windows in 2.6.5rc2

Tarek Ziadé report at bugs.python.org
Thu Mar 11 00:23:23 CET 2010


Tarek Ziadé <ziade.tarek at gmail.com> added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list