Steve Dower added the comment:

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...)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23970>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to