[issue7068] 2.6.3 does not use specified compiler

Marc-Andre Lemburg report at bugs.python.org
Tue Oct 6 09:36:45 CEST 2009


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Thanks for reporting this.

It appears that Benjamin tried to undo the .compiler attribute renaming
Tarek had applied and r72586, but forgot to change back line 303 to the
original version:

{{{
        # Setup the CCompiler object that we'll use to do all the
        # compiling and linking
        self.compiler = new_compiler(compiler=self.compiler,
                                     verbose=self.verbose,
                                     dry_run=self.dry_run,
                                     force=self.force)
}}}

----------
nosy: +lemburg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7068>
_______________________________________


More information about the Python-bugs-list mailing list