Alexander Belopolsky <belopol...@users.sourceforge.net> 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 <rep...@bugs.python.org>
<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