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 Alex.Willmer, doko
Date 2016-09-13.10:53:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473764033.74.0.830597862284.issue28125@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like the _PYTHON_SYSCONFIGDATA_NAME hack introduced in #28046.  This should be based on the target, not on a name for just a particular file.  Plus the abi flags should not be set by hand, you'll get in trouble at least for naming extensions, or building extensions for the wrong abi flags. This was an explicit decision when I first started adding the cross-build changes.

So proposing instead to base a cross build on a _PYTHON_MULTIARCH environment variable and deriving the sysconfigdata name on that.

Working on a patch for that.
History
Date User Action Args
2016-09-13 10:53:53dokosetrecipients: + doko, Alex.Willmer
2016-09-13 10:53:53dokosetmessageid: <1473764033.74.0.830597862284.issue28125@psf.upfronthosting.co.za>
2016-09-13 10:53:53dokolinkissue28125 messages
2016-09-13 10:53:53dokocreate