Alexander Belopolsky <[email protected]> added the comment:

It looks like 3.1 with computed gotos produces the yet another different 
tracing of list comprehensions:


    2: l = [i for
   10:      i in
    1:      range(10)]

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue9315>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to