STINNER Victor added the comment:

I just rebuilt the default Python branch (rev c8851a0ce7ca) on Windows in debug 
mode and 32-bit: the compilation succeeded and test_dict pass.

* Windows 8.1 (Version 6.3, Build 9600)
* Visual Studio 2015 : version 14.0.23107.0 D14EL


> It's unlikely, but we also print out the UCRT version at the end of the build 
> process (with a warning if you need to update the WinSDK).

Ah, UCRT seems outdated on my PC:

29>------ Rebuild All started: Project: _testbuffer, Configuration: Debug Win32 
------
27>  Generating Code...
26>  C:\Windows\SYSTEM32\ucrtbased.dll is version 10.0.10150.0
26>  WARN: ucrtbased contains known issues. Please update the Windows 10 SDK.
26>  See:
26>    http://bugs.python.org/issue27705
26>    https://developer.microsoft.com/en-US/windows/downloads/windows-10-sdk

----------

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

Reply via email to