mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Exclude _testmultiphase.pyd from embeddable ZIP file.
This commit is contained in:
parent
2446e2e76d
commit
3805019c58
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ def is_not_debug(p):
|
|||
'_testbuffer.pyd',
|
||||
'_testcapi.pyd',
|
||||
'_testimportmultiple.pyd',
|
||||
'_testmultiphase.pyd',
|
||||
'xxlimited.pyd',
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue