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 Mark53, dstufft, eric.araujo, zach.ware
Date 2016-06-15.16:54:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466009679.44.0.343577144219.issue27324@psf.upfronthosting.co.za>
In-reply-to
Content
Using the wrong compiler, you may wind up with an extension that appears to work, and you may never have a problem with it if conditions are just right.  This article[1] looks like a pretty good explanation of why you don't want to do it, though (note: I've only skimmed the article).

If you really want to shoot yourself in the foot, you can try running vcvarsall.bat yourself, then make sure MSsdk is set (distutils doesn't care what it's set to, just that it's set), and set DISTUTILS_USE_SDK (again, doesn't matter to what).

Also, note that this problem should be a thing of the past with Python 3.5+ and VS2015+.

[1] http://siomsystems.com/mixing-visual-studio-versions/
History
Date User Action Args
2016-06-15 16:54:39zach.waresetrecipients: + zach.ware, eric.araujo, dstufft, Mark53
2016-06-15 16:54:39zach.waresetmessageid: <1466009679.44.0.343577144219.issue27324@psf.upfronthosting.co.za>
2016-06-15 16:54:39zach.warelinkissue27324 messages
2016-06-15 16:54:39zach.warecreate