This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients eric.araujo, georg.brandl, ned.deily, ronaldoussoren, sbt, tarek
Date 2012-07-18.13:00:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342616452.75.0.673406053711.issue15184@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-18 13:00:52sbtsetrecipients: + sbt, georg.brandl, ronaldoussoren, tarek, ned.deily, eric.araujo
2012-07-18 13:00:52sbtsetmessageid: <1342616452.75.0.673406053711.issue15184@psf.upfronthosting.co.za>
2012-07-18 13:00:52sbtlinkissue15184 messages
2012-07-18 13:00:52sbtcreate