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 zach.ware
Recipients dstufft, eric.araujo, paul.moore, r.david.murray, rohitjamuar, steve.dower, tim.golden, zach.ware
Date 2016-04-28.20:25:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461875125.17.0.898985861889.issue26876@psf.upfronthosting.co.za>
In-reply-to
Content
I can't seem to get the patch to apply, could you please regenerate it against a fresh checkout of https://hg.python.org/cpython#default (or 'master' of github.com/python/cpython)?

This looks fairly straightforward, but I'm far from an expert on distutils :).  I can see issues arising from attempts to use a compiler/linker/etc. that doesn't recognize options that we assume are going to cl/link/etc., but I'm not sure how big a deal that is: I'd be inclined to say that if you're trying to tell distutils where cl is, don't get mad when what you told it doesn't work.

Also, I don't think Lib/distutils/msvccompiler.py is used anymore, but rather Lib/distutils/_msvccompiler.py in 3.5+.

I'm generally in favor of this, but would feel much better about it with buy-in from Steve.

There has also been mention of creating a new ICCCompiler class, but I'm not sure whether that has gotten anywhere.
History
Date User Action Args
2016-04-28 20:25:25zach.waresetrecipients: + zach.ware, paul.moore, tim.golden, eric.araujo, r.david.murray, steve.dower, dstufft, rohitjamuar
2016-04-28 20:25:25zach.waresetmessageid: <1461875125.17.0.898985861889.issue26876@psf.upfronthosting.co.za>
2016-04-28 20:25:25zach.warelinkissue26876 messages
2016-04-28 20:25:24zach.warecreate