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 steve.dower
Recipients Sami Salonen, dstufft, eric.araujo, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2016-01-16.20:43:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452976994.01.0.0700867199259.issue25850@psf.upfronthosting.co.za>
In-reply-to
Content
For anyone interested, there's no issue with using the cross compilers even on a 64-bit system. The same code will be generated, the only difference is that the native 64-bit compilers can keep more in memory than the 32-bit cross compilers. For most Python extensions this won't matter (it matters for building huge projects like an operating system).
History
Date User Action Args
2016-01-16 20:43:14steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, eric.araujo, python-dev, zach.ware, dstufft, Sami Salonen
2016-01-16 20:43:14steve.dowersetmessageid: <1452976994.01.0.0700867199259.issue25850@psf.upfronthosting.co.za>
2016-01-16 20:43:13steve.dowerlinkissue25850 messages
2016-01-16 20:43:13steve.dowercreate