Antoine Pitrou <pit...@free.fr> added the comment:

> 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).

----------
nosy: +loewis

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8605>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to