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 ned.deily
Recipients eric.araujo, georg.brandl, ned.deily, ronaldoussoren, tarek
Date 2012-07-16.21:33:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342474403.87.0.56325857408.issue15184@psf.upfronthosting.co.za>
In-reply-to
Content
Georg, are you still able to reproduce this? I've subsequently tried on a Debian platform with an installed clang and could not reproduce.  And, after further inspecting the current code, I really don't see how the clang substitution could happen on a non-darwin platform.  My initial speculation about test_unixcompiler was incorrect as well as the proposed patch to preserve config vars in it (that test does not actually affect _config_vars and _config_vars is a dict so has to be deep-copied to be restorable).  I'm proceeding with the _osx_support consolidation but I sure would like to know what was behind the behavior you reported.
History
Date User Action Args
2012-07-16 21:33:24ned.deilysetrecipients: + ned.deily, georg.brandl, ronaldoussoren, tarek, eric.araujo
2012-07-16 21:33:23ned.deilysetmessageid: <1342474403.87.0.56325857408.issue15184@psf.upfronthosting.co.za>
2012-07-16 21:33:23ned.deilylinkissue15184 messages
2012-07-16 21:33:21ned.deilycreate