[issue10086] test_sysconfig failure with site-packages

Éric Araujo report at bugs.python.org
Mon Oct 18 19:15:16 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

Attaching a patch with your two suggestions.

Two things worry me and prevent me from committing right now:
1) sysconfig was originally distutils.sysconfig, and some duplication remains.  Can’t this bug happen with distutils.sysconfig too?  Should we duplicate tests from test_sysconfig to distutils.test_sysconfig?

2) How to prevent a regression?  That is, how to run tests with custom ./configure options?

----------
keywords: +needs review, patch
stage: needs patch -> patch review
Added file: http://bugs.python.org/file19264/fix10086.diff

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


More information about the Python-bugs-list mailing list