Kaydet (Commit) 70e1d9b5 authored tarafından Skip Montanaro's avatar Skip Montanaro

save the verbose argument as an instance attributes. Subclasses of

CCompiler may rely on the presence of self.verbose (SciPy's distutils
appears to).
üst cfb30e23
...@@ -82,6 +82,7 @@ class CCompiler: ...@@ -82,6 +82,7 @@ class CCompiler:
self.dry_run = dry_run self.dry_run = dry_run
self.force = force self.force = force
self.verbose = verbose
# 'output_dir': a common output directory for object, library, # 'output_dir': a common output directory for object, library,
# shared object, and shared library files # shared object, and shared library files
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment