[issue4896] Faster why variable manipulation in ceval.c

Skip Montanaro report at bugs.python.org
Fri Jan 9 19:40:11 CET 2009


Skip Montanaro <skip at pobox.com> added the comment:

Antoine> The label "why_not_here" should be renamed to something more
    Antoine> meaningful IMO. Or you could just kill the label and use
    Antoine> "continue" instead.

I thought "why_not_here" was meaningful.  "Here" is where you go when why ==
WHY_NOT.  I don't think continue will work.  The goto is coming out of an
inner loop.  If you continue from there you just continue the inner loop.  I
replaced a break with a goto.

Skip

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


More information about the Python-bugs-list mailing list