[issue15184] Test failure in test_sysconfig_module

Richard Oudkerk report at bugs.python.org
Wed Jul 18 15:00:52 CEST 2012


Richard Oudkerk <shibturn at gmail.com> added the comment:

I suspect the problem is related to http://bugs.python.org/issue15298.

Basically the global sysconfig module caches the results of parsing Makefile in Lib/_sysconfigdata.py.  This can cause you to get the config vars from an old configure and build.

----------
nosy: +sbt

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


More information about the Python-bugs-list mailing list