[New-bugs-announce] [issue30222] make_zip.py had a bug when setting up full 64 bit distribution.

Decorater report at bugs.python.org
Mon May 1 14:59:18 EDT 2017


New submission from Decorater:

Basically running make_zip like this:

".\PCbuild\amd64\python.exe" ".\Tools\msi\make_zip.py" -a x64 -o ".\python36-x86-x64"

Cuases make_zip mess up where none of the libs\*.lib, nor any of the assemblies are copied. And is reproducible on me.

However doing something like this on the 32 bit version of python does not get this issue.

----------
components: Demos and Tools, Windows
messages: 292694
nosy: Decorater, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: make_zip.py had a bug when setting up full 64 bit distribution.
versions: Python 3.5, Python 3.6, Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30222>
_______________________________________


More information about the New-bugs-announce mailing list