From 3805019c588dc9895348f5b8ffedbd0426169a71 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 23 May 2015 18:08:55 -0700 Subject: [PATCH] Exclude _testmultiphase.pyd from embeddable ZIP file. --- Tools/msi/make_zip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py index f2e1c4ebe11..521ba93ba54 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', }