From: Steve Dower Date: Sun, 24 May 2015 01:08:55 +0000 (-0700) Subject: Exclude _testmultiphase.pyd from embeddable ZIP file. X-Git-Tag: v3.5.0b2~48^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3805019c588dc9895348f5b8ffedbd0426169a71;p=thirdparty%2FPython%2Fcpython.git Exclude _testmultiphase.pyd from embeddable ZIP file. --- diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py index f2e1c4ebe118..521ba93ba545 100644 --- a/Tools/msi/make_zip.py +++ b/Tools/msi/make_zip.py @@ -25,6 +25,7 @@ def is_not_debug(p): '_testbuffer.pyd', '_testcapi.pyd', '_testimportmultiple.pyd', + '_testmultiphase.pyd', 'xxlimited.pyd', }