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 scw
Recipients belopolsky, eryksun, ezio.melotti, lemburg, loewis, paul.moore, scw, steve.dower, sy LEE, tim.golden, vstinner, zach.ware
Date 2017-06-05.19:56:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496692619.93.0.206690565428.issue25023@psf.upfronthosting.co.za>
In-reply-to
Content
For reference if anyone else still runs into this issue: the affected DLL is ucrtbase.dll, and the faulty version is 10.0.10240.0, which shipped with the 1507 release of Windows 10, the Windows 10 SDK, and Visual Studio 2015 RTM. This issue was resolved at the 1511 (
10.0.10586.212) release and later, along with Visual Studio 2015 Update 3, which can be installed on Windows 10 via Windows Update. On Windows 7 and 8.1, Windows update may update the files, but you also need to check for any local copies of the DLL in the same directory as the Python executable, as on these platforms per-application installs have priority over the copy within the Windows installation. 

Currently, the Python distributed with Conda environments (where Py3.5+ is used) are affected by this issue[1] because of their app-local deployments of these DLLs on Windows 7/8.1. Any application which similarly bundles the UCRT DLLs alongside its runtime will be also be affected. 

1. Conda issue filed at: https://github.com/ContinuumIO/anaconda-issues/issues/1974
History
Date User Action Args
2017-06-05 19:56:59scwsetrecipients: + scw, lemburg, loewis, paul.moore, belopolsky, vstinner, tim.golden, ezio.melotti, zach.ware, eryksun, steve.dower, sy LEE
2017-06-05 19:56:59scwsetmessageid: <1496692619.93.0.206690565428.issue25023@psf.upfronthosting.co.za>
2017-06-05 19:56:59scwlinkissue25023 messages
2017-06-05 19:56:59scwcreate