[issue26079] Build with Visual Studio 2015 using PlatformToolset=v120

Zachary Ware report at bugs.python.org
Mon Jan 11 11:45:14 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue26079>
_______________________________________


More information about the Python-bugs-list mailing list