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 atuining, tarek
Date 2009-07-03.07:57:02
SpamBayes Score 0.0014758643
Marked as misclassified No
Message-id <1246607824.91.0.350170374975.issue6377@psf.upfronthosting.co.za>
In-reply-to
Content
yes, the problem is that this option (string) is also used as an
attribute (compiler object).

But Python itself uses as an attribute..

I have to check its type at this spot, and deprecate the usage of
"compiler" as an attribute.
History
Date User Action Args
2009-07-03 07:57:05tareksetrecipients: + tarek, atuining
2009-07-03 07:57:04tareksetmessageid: <1246607824.91.0.350170374975.issue6377@psf.upfronthosting.co.za>
2009-07-03 07:57:02tareklinkissue6377 messages
2009-07-03 07:57:02tarekcreate