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

Skip to content

Commit 11eb1a9

Browse files
berkerpeksagzware
authored andcommitted
bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)
1 parent 1561703 commit 11eb1a9

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/msilib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
import sys
99

1010
AMD64 = "AMD64" in sys.version
11+
# Keep msilib.Win64 around to preserve backwards compatibility.
12+
Win64 = AMD64
1113

1214
# Partially taken from Wine
1315
datasizemask= 0x00ff
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Restore ``msilib.Win64`` to preserve backwards compatibility since it's
2+
already used by :mod:`distutils`' ``bdist_msi`` command.

0 commit comments

Comments
 (0)