Issue 25086: Windows x86-64 embeddable zip file, lot of big EXE files in distuils (original) (raw)
Issue25086
Created on 2015-09-13 13:51 by tds333, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg250564 - (view) | Author: Wolfgang Langner (tds333) * | Date: 2015-09-13 13:51 |
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. | ||
msg251353 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2015-09-22 22:07 |
Good catch, none of the bdist_wininst command is really needed. I'll drop it. | ||
msg251362 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2015-09-23 00:01 |
New changeset 812e30f67d6e by Steve Dower in branch '3.5': Closes #25085 and #25086: Exclude distutils and test directories from embeddable distro. https://hg.python.org/cpython/rev/812e30f67d6e |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:20 | admin | set | github: 69273 |
2015-09-23 01:25:19 | steve.dower | set | status: open -> closedresolution: fixedstage: resolved |
2015-09-23 00:01:49 | python-dev | set | nosy: + python-devmessages: + |
2015-09-22 22:07:29 | steve.dower | set | assignee: steve.dowermessages: + |
2015-09-13 13:51:08 | tds333 | create |