This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients abarry, methane, ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-12.08:48:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473670121.22.0.859726767407.issue28061@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-09-12 08:48:41vstinnersetrecipients: + vstinner, paul.moore, tim.golden, ned.deily, methane, zach.ware, serhiy.storchaka, steve.dower, abarry
2016-09-12 08:48:41vstinnersetmessageid: <1473670121.22.0.859726767407.issue28061@psf.upfronthosting.co.za>
2016-09-12 08:48:41vstinnerlinkissue28061 messages
2016-09-12 08:48:40vstinnercreate