[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread STINNER Victor
STINNER Victor added the comment: I revert the changes, so buildbots should go back to green. I asked Steve Dower to use a custom build to avoid such hiccup on the next attempt to merge his change. -- priority: release blocker -> resolution: -> fixed stage: -> resolved status:

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: @Steve Notice that 468a15aaf9206448a744fc5eab3fc21f51966aad is currently reverted, so you need to push it again if you plan to add something on top of it. -- ___ Python tracker

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Steve Dower
Steve Dower added the comment: Okay, so apparently the buildbots are still building with VS 2015, and not VS 2017. I'll add a check for the new executable and repush. This was caused solely by the new code and not by any of the changes to existing code. --

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread STINNER Victor
STINNER Victor added the comment: See also bpo-35433: "Correctly detect installed SDK versions". -- ___ Python tracker ___ ___

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread STINNER Victor
STINNER Victor added the comment: > https://buildbot.python.org/all/#/builders/17/builds/494 C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Platforms\x64\PlatformToolsets\v140\Toolset.targets(36,5): error MSB8036: The Windows SDK version 10.0.15063.0 was not found. Install

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread STINNER Victor
STINNER Victor added the comment: > https://buildbot.python.org/all/#/builders/121/builds/782 41>d:\buildarea\3.7.bolen-windows10\build\pc\python_uwp.cpp(9): fatal error C1083: Cannot open include file: 'winrt\Windows.ApplicationModel.h': No such file or directory

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: More broken buildbots: https://buildbot.python.org/all/#/builders/32/builds/1867 -- ___ Python tracker ___

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Reverting that commit seem to work: https://buildbot.python.org/all/#/builders/91/builds/9 -- ___ Python tracker ___

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: https://github.com/python/cpython/commit/468a15aaf9206448a744fc5eab3fc21f51966aad -- versions: -Python 3.6 ___ Python tracker ___

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +ned.deily versions: +Python 3.6, Python 3.7 ___ Python tracker ___ ___ Python-bugs-list

[issue35437] Almost all Windows buildbots are failing to compile

2018-12-07 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : Almost all Windows buildbots are failing to compile Python: https://buildbot.python.org/all/#/builders/130/builds/525 https://buildbot.python.org/all/#/builders/113/builds/825 https://buildbot.python.org/all/#/builders/121/builds/782