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 pitrou
Recipients barry, brett.cannon, eric.snow, ncoghlan, ned.deily, pitrou, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-12-02.16:26:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417537572.28.0.825290437108.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
The MULTIARCH variable can help at least under Linux:

>>> import sysconfig
>>> sysconfig.get_platform()
'linux-x86_64'
>>> sysconfig.get_config_var('MULTIARCH')
'i386-linux-gnu'
History
Date User Action Args
2014-12-02 16:26:12pitrousetrecipients: + pitrou, barry, brett.cannon, ncoghlan, vstinner, tim.golden, ned.deily, eric.snow, zach.ware, steve.dower
2014-12-02 16:26:12pitrousetmessageid: <1417537572.28.0.825290437108.issue22980@psf.upfronthosting.co.za>
2014-12-02 16:26:12pitroulinkissue22980 messages
2014-12-02 16:26:12pitroucreate