diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-05-24 01:08:55 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-24 01:08:55 (GMT) |
commit | 3805019c588dc9895348f5b8ffedbd0426169a71 (patch) | |
tree | 9d5e94c59ca534fa47b2acf4776383b7eece053b /Tools | |
parent | 2446e2e76d92c27313feccb08d82f4e6df99d078 (diff) | |
download | cpython-3805019c588dc9895348f5b8ffedbd0426169a71.zip cpython-3805019c588dc9895348f5b8ffedbd0426169a71.tar.gz cpython-3805019c588dc9895348f5b8ffedbd0426169a71.tar.bz2 |
Exclude _testmultiphase.pyd from embeddable ZIP file.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/msi/make_zip.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/msi/make_zip.py b/Tools/msi/make_zip.py index f2e1c4e..521ba93 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', } |