[issue8107] test_distutils fails on Windows in 2.6.5rc2

Ezio Melotti report at bugs.python.org
Wed Mar 10 13:36:08 CET 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

This has been introduced in r77955, and affected all the 2.6 Windows buildbots (e.g. http://www.python.org/dev/buildbot/builders/x86%20XP-5%202.6/builds/9/steps/test/logs/stdio).
The problem is caused by the fact that "srcdir = sysconfig.get_config_var('srcdir')" returns None on Windows.

----------
keywords: +buildbot
nosy: +ezio.melotti
priority:  -> normal
stage:  -> test needed
type:  -> behavior

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


More information about the Python-bugs-list mailing list