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

Skip to content

Commit 8fe2c12

Browse files
committed
Add forgotten initialization. Fixes bug #120994, "Traceback with
DISTUTILS_DEBUG set"
1 parent f947ffe commit 8fe2c12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/distutils/command/install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def initialize_options (self):
146146
self.install_data = None
147147

148148
self.compile = None
149+
self.no_compile = None
149150
self.optimize = None
150151

151152
# These two are for putting non-packagized distributions into their

0 commit comments

Comments
 (0)