]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Exclude _testmultiphase.pyd from embeddable ZIP file.
authorSteve Dower <steve.dower@microsoft.com>
Sun, 24 May 2015 01:08:55 +0000 (18:08 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Sun, 24 May 2015 01:08:55 +0000 (18:08 -0700)
Tools/msi/make_zip.py

index f2e1c4ebe1187ccc37c7e58496bcb0446d555cd8..521ba93ba545b0bca2bd5487e84c066908d45df3 100644 (file)
@@ -25,6 +25,7 @@ def is_not_debug(p):
         '_testbuffer.pyd',
         '_testcapi.pyd',
         '_testimportmultiple.pyd',
+        '_testmultiphase.pyd',
         'xxlimited.pyd',
     }