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 pitrou
Recipients dmalcolm, loewis, pitrou, vstinner
Date 2010-07-07.13:09:03
SpamBayes Score 0.000417134
Marked as misclassified No
Message-id <1278508145.67.0.132465439624.issue8605@psf.upfronthosting.co.za>
In-reply-to
Content
> Minor nit: given that final_opt is set to "" at the start of the loop, > the first conditional in:
>     if final_opt and final_opt != '-O0':
> appears to be redundant.

I don't think it is (the empty string is false, but "" != "-O0" is true).
History
Date User Action Args
2010-07-07 13:09:05pitrousetrecipients: + pitrou, loewis, vstinner, dmalcolm
2010-07-07 13:09:05pitrousetmessageid: <1278508145.67.0.132465439624.issue8605@psf.upfronthosting.co.za>
2010-07-07 13:09:04pitroulinkissue8605 messages
2010-07-07 13:09:03pitroucreate