Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59c2aa2

Browse files
zoobamiss-islington
authored andcommitted
bpo-35596: Fix vcruntime140.dll being added to embeddable distro multiple times. (GH-11329)
https://bugs.python.org/issue35596
1 parent c6c7237 commit 59c2aa2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix vcruntime140.dll being added to embeddable distro multiple times.

PC/layout/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
VENV_DIRS_ONLY = FileNameSet("venv", "ensurepip")
4848

49-
EXCLUDE_FROM_PYDS = FileStemSet("python*", "pyshellext")
49+
EXCLUDE_FROM_PYDS = FileStemSet("python*", "pyshellext", "vcruntime*")
5050
EXCLUDE_FROM_LIB = FileNameSet("*.pyc", "__pycache__", "*.pickle")
5151
EXCLUDE_FROM_PACKAGED_LIB = FileNameSet("readme.txt")
5252
EXCLUDE_FROM_COMPILE = FileNameSet("badsyntax_*", "bad_*")

0 commit comments

Comments
 (0)