Steve Dower added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25850>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to