[issue3275] Control flow not optimized

Georg Brandl report at bugs.python.org
Fri Jul 4 11:05:54 CEST 2008


Georg Brandl <georg at python.org> added the comment:

What real-life use case do you have for a condition that is a boolean
operation on two constant values anyway? Things like

while 1:
   ...

are properly optimized since they serve a useful purpose.

----------
nosy: +georg.brandl

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3275>
_______________________________________


More information about the Python-bugs-list mailing list