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 eryksun
Recipients 4evermaat, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-10-21.19:14:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571685280.69.0.183589662833.issue38533@roundup.psfhosted.org>
In-reply-to
Content
> At least one package in 3.8 still contained a dependency on the C++ 
> runtime

FWIW, the very first thing that I checked was the dependencies of pythonw.exe, in case maybe I had a dependent DLL that's not distributed with Windows. There's nothing out of the ordinary:

    C:\Program Files\Python37>sigcheck -nobanner pythonw.exe
    C:\Program Files\Python37\pythonw.exe:
            Verified:       Signed
            Signing date:   7:12 PM 10/14/2019
            Publisher:      Python Software Foundation
            Company:        Python Software Foundation
            Description:    Python
            Product:        Python
            Prod version:   3.7.5
            File version:   3.7.5
            MachineType:    64-bit

    C:\Program Files\Python37>dumpbin /nologo /dependents pythonw.exe

    Dump of file pythonw.exe

    File Type: EXECUTABLE IMAGE

      Image has the following dependencies:

        python37.dll
        VCRUNTIME140.dll
        api-ms-win-crt-runtime-l1-1-0.dll
        api-ms-win-crt-math-l1-1-0.dll
        api-ms-win-crt-stdio-l1-1-0.dll
        api-ms-win-crt-locale-l1-1-0.dll
        api-ms-win-crt-heap-l1-1-0.dll
        KERNEL32.dll

      Summary

            1000 .data
            1000 .pdata
            1000 .rdata
            1000 .reloc
           14000 .rsrc
            2000 .text
History
Date User Action Args
2019-10-21 19:14:40eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, 4evermaat
2019-10-21 19:14:40eryksunsetmessageid: <1571685280.69.0.183589662833.issue38533@roundup.psfhosted.org>
2019-10-21 19:14:40eryksunlinkissue38533 messages
2019-10-21 19:14:40eryksuncreate