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-15.00:49:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429058946.2.0.240250177118.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
updated patch and test case.

Nick's suggestion to use platform.machine() for the test is wrong. This would test for the environment, not for the just built binary. Try to run a 32bit executable on a 64bit kernel, you'll see x86_64.  Same thing with sysconfig.get_platform().  So if anybody is using this to determine the names of wheels, that can go only wrong for 32bit distributions.
History
Date User Action Args
2015-04-15 00:49:06dokosetrecipients: + doko, lemburg, barry, brett.cannon, ncoghlan, pitrou, tim.golden, ned.deily, Arfrever, python-dev, eric.snow, zach.ware, steve.dower
2015-04-15 00:49:06dokosetmessageid: <1429058946.2.0.240250177118.issue22980@psf.upfronthosting.co.za>
2015-04-15 00:49:06dokolinkissue22980 messages
2015-04-15 00:49:05dokocreate