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 doko
Recipients doko
Date 2012-07-08.21:26:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341782776.55.0.708234468774.issue15298@psf.upfronthosting.co.za>
In-reply-to
Content
_sysconfigdata is generated in srcdir, not builddir, so if you do two consecutive differently builds in different builddirs and using the same srcdir, then the _sysconfigdata of the second build wins. _sysconfigdata.py has to be built in the builddir, not the srcdir.
History
Date User Action Args
2012-07-08 21:26:16dokosetrecipients: + doko
2012-07-08 21:26:16dokosetmessageid: <1341782776.55.0.708234468774.issue15298@psf.upfronthosting.co.za>
2012-07-08 21:26:15dokolinkissue15298 messages
2012-07-08 21:26:15dokocreate