save the verbose argument as an instance attributes. Subclasses of

CCompiler may rely on the presence of self.verbose (SciPy's distutils
appears to).
This commit is contained in:
Skip Montanaro 2002-10-01 17:39:59 +00:00
parent cfb30e23d1
commit 70e1d9b59d
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ class CCompiler:
self.dry_run = dry_run
self.force = force
self.verbose = verbose
# 'output_dir': a common output directory for object, library,
# shared object, and shared library files