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 steve.dower
Recipients BreamoreBoy, christian.heimes, lemburg, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-05-11.23:41:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431387717.65.0.533092416869.issue23970@psf.upfronthosting.co.za>
In-reply-to
Content
Things are already 'broken' for the new compiler version, so Python won't build properly with older versions of VC anymore (there are a few more changes, like removing _PyVerify_fd, that will make this even less likely - the new CRT is for too incompatible with the old one, though it's much more compatible with other OSs).

If it's a big deal, I'll add the new compiler class as _msvccompiler.py and leave the old ones there as legacy code. That will save us from this discussion next time and avoid breaking people immediately (though there's almost certainly going to be subtle issues for them...)
History
Date User Action Args
2015-05-11 23:41:57steve.dowersetrecipients: + steve.dower, lemburg, paul.moore, christian.heimes, tim.golden, BreamoreBoy, zach.ware
2015-05-11 23:41:57steve.dowersetmessageid: <1431387717.65.0.533092416869.issue23970@psf.upfronthosting.co.za>
2015-05-11 23:41:57steve.dowerlinkissue23970 messages
2015-05-11 23:41:57steve.dowercreate