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 eric.araujo
Recipients amyodov, eric.araujo, tarek
Date 2011-10-25.15:22:38
SpamBayes Score 8.718676e-08
Marked as misclassified No
Message-id <1319556159.36.0.127032030667.issue13260@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Alexander,

Thanks for your interest in improving Python.  I’m forced to reject your request because

- Python 2.7 does not get new features (and support for cross-compilation would be one).

- distutils does not get new features (we had to freeze it because improvements broke many setup scripts depending on undocumented behavior or working around bugs).

- This request has been made many times already: http://mail.python.org/pipermail/python-dev/2011-March/110099.html

To get cross-compilation, here’s one would have to do:

- Work on distutils2, the replacement for distutils and setuptools (it’s included in Python 3.3 under the “packaging” name).

- Define exactly what is supported (cross-compiling from any platform to any platform for example), possibly by reviewing all other bug reports about and hashing things out on the distutils-sig mailing list.

- Think about getting buildbots running to make sure we don’t get regressions.
History
Date User Action Args
2011-10-25 15:22:39eric.araujosetrecipients: + eric.araujo, tarek, amyodov
2011-10-25 15:22:39eric.araujosetmessageid: <1319556159.36.0.127032030667.issue13260@psf.upfronthosting.co.za>
2011-10-25 15:22:38eric.araujolinkissue13260 messages
2011-10-25 15:22:38eric.araujocreate