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 adamwill, brett.cannon, doko
Date 2017-01-10.22:52:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484088750.01.0.309924201664.issue29113@psf.upfronthosting.co.za>
In-reply-to
Content
the idea is that we load a different _sysconfigdata module when we are cross building packages.  So we don't know the name in advance.  An ugly alternative would be a big if statement with conditional imports for all known cross build targets. Not sure if this is the better solution.
History
Date User Action Args
2017-01-10 22:52:30dokosetrecipients: + doko, brett.cannon, adamwill
2017-01-10 22:52:30dokosetmessageid: <1484088750.01.0.309924201664.issue29113@psf.upfronthosting.co.za>
2017-01-10 22:52:29dokolinkissue29113 messages
2017-01-10 22:52:29dokocreate