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 benjamin.peterson, eric.araujo, georg.brandl, ned.deily, ronaldoussoren, teamnoir
Date 2012-02-08.17:13:58
SpamBayes Score 0.0005625333
Marked as misclassified No
Message-id <1328721239.54.0.223657253078.issue13590@psf.upfronthosting.co.za>
In-reply-to
Content
> the problem is not Apple's in the sense that we enforce the use of the build compiler.
Well, yes, and this is a known limitation, so we could argue that Apple broke distutils.  But...

> Without a fix along this line would mean that essentially *every* user of python.org Pythons on
> the latest releases of OS X would have to ensure that the environment variable override is in
> place for every Distutils install of an extension module.  That strikes me as unacceptable.
> Distutils already does equally magical things.
Given that we did similar changes to support Debian multiarch instead of having people use environment variables, I change my position and support your patch.  (Comments on Rietveld.)
History
Date User Action Args
2012-02-08 17:13:59eric.araujosetrecipients: + eric.araujo, georg.brandl, ronaldoussoren, benjamin.peterson, ned.deily, teamnoir
2012-02-08 17:13:59eric.araujosetmessageid: <1328721239.54.0.223657253078.issue13590@psf.upfronthosting.co.za>
2012-02-08 17:13:59eric.araujolinkissue13590 messages
2012-02-08 17:13:58eric.araujocreate