[issue9315] The trace module lacks unit tests

Alexander Belopolsky report at bugs.python.org
Wed Sep 15 06:10:53 CEST 2010


Alexander Belopolsky <belopolsky at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9315>
_______________________________________


More information about the Python-bugs-list mailing list