[issue26624] Windows hangs in call to CRT setlocale()

Jeremy Kloth report at bugs.python.org
Wed Mar 30 12:41:51 EDT 2016


Jeremy Kloth added the comment:

After attempting to find the installer for ucrtbased.dll on my dev machine and reading various blog posts on the Visual C++ Team Blog and hunting through several KB articles, I've come across what I think is needed for an up-to-date Universal CRT.

When installing (or in this case modifying) VS2015, the Windows 10 SDK *MUST* also be installed.  It is unhelpfully located in the setup menu under "Windows and Web Development" (good) -> "Universal Windows App Development Tools" (not so good) -> "Tools (1.2) and Windows 10 SDK (10.0.10586)".  As Python is not an UWP app, I thought nothing of this submenu when installing VS2015 initially.

With the SDK installed, my ucrtbased.dll is at version 10.0.10586.15.  Now we wait and see if the deadlocking still happens.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26624>
_______________________________________


More information about the Python-bugs-list mailing list