New submission from Wolfgang Langner: In the Windows x86-64 embeddable zip file in python35.zip\distutils\command\ are a lot of big EXE files. Possible during build for different VC compilers.
I don't know the exact structure but thing there should only be EXE's for the actual used compiler to build Python. But there are: wininst-10.0-amd64.exe wininst-10.0.exe wininst-14.0-amd64.exe wininst-14.0.exe wininst-6.0.exe wininst-7.1.exe wininst-8.0.exe wininst-9.0-amd64.exe wininst-9.0.exe These files are really big, and some or all? possible not needed for and embeddable zip distributed Python. ---------- components: Distutils, Installation, Windows messages: 250564 nosy: dstufft, eric.araujo, paul.moore, steve.dower, tds333, tim.golden, zach.ware priority: normal severity: normal status: open title: Windows x86-64 embeddable zip file, lot of big EXE files in distuils type: enhancement versions: Python 3.5 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue25086> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
