Zachary Ware added the comment:

I'm on the fence about this one.  MSVC 12.0 is not officially supported for any 
Python release.  Also, using PlatformToolset makes things difficult for ICC 
builds (which set PlatformToolset to e.g. "Intel C++ Compiler 16.0").

On the other hand, this is a very simple change, and building tkinter with ICC 
is pretty well completely broken anyway (it only works if you first build 
Tcl/Tk with MSVC).

Call me +0; +1 if you can get around using PlatformToolset directly.

----------

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

Reply via email to