[issue3054] test_disutils fails

Neil Schemenauer report at bugs.python.org
Fri Jun 20 02:54:01 CEST 2008


Neil Schemenauer <nas-pythonbugs at arctrix.com> added the comment:

One final patch for today (get_python_inc.patch).  The patch combines my
previous two patches and also cleans up some ugly code in setup.py and
test_sysconfig.py.  The source of the ugliness was that get_python_inc()
did not work when running from within a build directory.  The patch also 
fixes the header dependency feature introduced in svn r60287 (it assumed
that builddir == srcdir and also that os.path.sep == '/').

Added file: http://bugs.python.org/file10663/get_python_inc.patch

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


More information about the Python-bugs-list mailing list