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

Skip to content

Commit 70e1d9b

Browse files
author
Skip Montanaro
committed
save the verbose argument as an instance attributes. Subclasses of
CCompiler may rely on the presence of self.verbose (SciPy's distutils appears to).
1 parent cfb30e2 commit 70e1d9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/distutils/ccompiler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def __init__ (self,
8282

8383
self.dry_run = dry_run
8484
self.force = force
85+
self.verbose = verbose
8586

8687
# 'output_dir': a common output directory for object, library,
8788
# shared object, and shared library files

0 commit comments

Comments
 (0)