[issue31340] Use VS 2017 compiler for build

Steve Dower report at bugs.python.org
Sat Oct 7 11:43:52 EDT 2017


Steve Dower <steve.dower at python.org> added the comment:

No, but if we need to do 3.6.4 quickly for another reason, let me know and I'll make this change.

It only affects people who are trying to share intermediate build files (which for MSVC purposes, includes static libraries) between their 3.6.2 and 3.6.3 builds. Full builds are going to be fine, and incremental builds should detect the changed tools and be able to rebuild everything. 

So it's solely cases where people are trying to manage the build around distutils rather than letting distutils handle it all that are problematic (and hey, both of these are terrible options! This is why we're discussing how to get people to just stop depending on distutils). I don't think it's worth churning the entire ecosystem just for that.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31340>
_______________________________________


More information about the Python-bugs-list mailing list