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 tarek
Recipients ajaksu2, benjamin.peterson, kxroberto, tarek
Date 2009-05-12.22:09:17
SpamBayes Score 4.0789345e-09
Marked as misclassified No
Message-id <1242166159.75.0.595628652468.issue5977@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry about that, I was travelling and didn't see that the buildbots
turned red. (I ran the test but didn't build python again)

I have changed that because build_ext.compiler is a string option, e.g.
the compiler type. Turning it into a compiler instance when the command
is run twice it breaks  because it is used as a string argument to
create a compiler.

Maybe a solution would be to rename the option name into "compiler_type"
and keep build_ext.compiler as a compiler instance.
History
Date User Action Args
2009-05-12 22:09:19tareksetrecipients: + tarek, kxroberto, ajaksu2, benjamin.peterson
2009-05-12 22:09:19tareksetmessageid: <1242166159.75.0.595628652468.issue5977@psf.upfronthosting.co.za>
2009-05-12 22:09:18tareklinkissue5977 messages
2009-05-12 22:09:17tarekcreate