[Python-checkins] cpython: Exclude _testmultiphase.pyd from embeddable ZIP file.

steve.dower python-checkins at python.org
Sun May 24 03:09:04 CEST 2015


https://hg.python.org/cpython/rev/2df7c958974e
changeset:   96270:2df7c958974e
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sat May 23 18:08:55 2015 -0700
summary:
  Exclude _testmultiphase.pyd from embeddable ZIP file.

files:
  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
--- a/Tools/msi/make_zip.py
+++ b/Tools/msi/make_zip.py
@@ -25,6 +25,7 @@
         '_testbuffer.pyd',
         '_testcapi.pyd',
         '_testimportmultiple.pyd',
+        '_testmultiphase.pyd',
         'xxlimited.pyd',
     }
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list