On Wed, May 17, 2017 at 10:49 PM, Michael Torrie <torr...@gmail.com> wrote:
>
> In fact Python 3.6 ships with the latest version of the MSVCRT universal 
> runtime.

Windows Python 3.6 is distributed with vcruntime140.dll, which is a
relatively small component of the CRT that's closely coupled to the
compiler. The Universal CRT (ucrtbase.dll) is an operating system
component that applications link with via API Sets such as
"api-ms-win-crt-heap-l1-1-0.dll".
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to