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 Decorater
Recipients Decorater, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-05-01.18:59:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493665158.27.0.48978585861.issue30222@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-01 18:59:18Decoratersetrecipients: + Decorater, paul.moore, tim.golden, zach.ware, steve.dower
2017-05-01 18:59:18Decoratersetmessageid: <1493665158.27.0.48978585861.issue30222@psf.upfronthosting.co.za>
2017-05-01 18:59:18Decoraterlinkissue30222 messages
2017-05-01 18:59:18Decoratercreate