On 09.08.2012 01:04, Victor Stinner wrote: > Does Python 3.3 support cross-compilation? There are two new option > for configure: --host and --build, but it's not mentioned in What's > New in Python 3.3.
it does work, but it is only tested for the linux -> linux case. the mingw and macosx cross builds did require changes, which didn't go into 3.3 before the first beta release. what is completely missing is the cross build infrastructure to build third party extensions. so maybe it's a bit early to announce it in the release notes. Matthias _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com