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 trent
Recipients Arfrever, devurandom, doko, eric.araujo, georg.brandl, ned.deily, pitrou, python-dev, sbt, trent
Date 2012-10-17.11:38:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350473934.92.0.114162509842.issue15298@psf.upfronthosting.co.za>
In-reply-to
Content
That last commit fixes in-tree builds, but broke out-of-tree builds.  I've refactored the patch (sysconfig.py.patch) to fix the issue, but it's getting progressively more hacky, so I wanted to see what other people think before proceeding.

(That being said, it works a *lot* better than the previous solution of writing _sysconfigdata.py to the root builddir, then moving it.  That didn't work at all for out-of-tree builds.  This solution slots _sysconfigdata directly into sys.modules, which _init_posix() is more than happy with.)
History
Date User Action Args
2012-10-17 11:38:54trentsetrecipients: + trent, georg.brandl, doko, pitrou, ned.deily, eric.araujo, Arfrever, devurandom, python-dev, sbt
2012-10-17 11:38:54trentsetmessageid: <1350473934.92.0.114162509842.issue15298@psf.upfronthosting.co.za>
2012-10-17 11:38:54trentlinkissue15298 messages
2012-10-17 11:38:54trentcreate