This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients gotoh, lemburg, tarek
Date 2009-10-06.07:36:43
SpamBayes Score 0.00028729983
Marked as misclassified No
Message-id <1254814605.78.0.0490773823376.issue7068@psf.upfronthosting.co.za>
In-reply-to
Content
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)
}}}
History
Date User Action Args
2009-10-06 07:36:46lemburgsetrecipients: + lemburg, tarek, gotoh
2009-10-06 07:36:45lemburgsetmessageid: <1254814605.78.0.0490773823376.issue7068@psf.upfronthosting.co.za>
2009-10-06 07:36:44lemburglinkissue7068 messages
2009-10-06 07:36:43lemburgcreate