Message241065
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. |
|
Date |
User |
Action |
Args |
2015-04-15 00:49:06 | doko | set | recipients:
+ 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:06 | doko | set | messageid: <1429058946.2.0.240250177118.issue22980@psf.upfronthosting.co.za> |
2015-04-15 00:49:06 | doko | link | issue22980 messages |
2015-04-15 00:49:05 | doko | create | |
|