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 Arfrever, barry, brett.cannon, doko, eric.snow, lemburg, ncoghlan, ned.deily, pitrou, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-04-16.15:30:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429198217.0.0.109736758079.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
Nick filed issue #23966 to document these changes. Yes, these tags should be documented, so that installers don't have to guess (currently they are only exposed in importlib.machinery.EXTENSION_SUFFIXES. 

What you describe as a "simple idea" is just another hack, only addressing the issue on x86 platforms, not addressing this for soft-float/hard-float calling conventions, not addressing this for endianness, not addressing this for other platform ABIs. And for all these cases there are machines where you can run the variants on the same machine.  If you like to call this "a mess", fine. But this is reality.  I'm not creating this mess,  I'm describing this and exposing it to the interpreter.
History
Date User Action Args
2015-04-16 15:30:17dokosetrecipients: + doko, lemburg, barry, brett.cannon, ncoghlan, pitrou, tim.golden, ned.deily, Arfrever, python-dev, eric.snow, zach.ware, steve.dower
2015-04-16 15:30:17dokosetmessageid: <1429198217.0.0.109736758079.issue22980@psf.upfronthosting.co.za>
2015-04-16 15:30:16dokolinkissue22980 messages
2015-04-16 15:30:16dokocreate