
March 20, 2009
2:07 a.m.
Sorry about the garbled diff... Here is the real diff between expected and actual output when I run my patch on test19. - Jacob --- expected/test19.py.out 2009-02-22 09:51:26.000000000 +0100 +++ actual/test19.py.out 2009-03-20 02:06:52.000000000 +0100 @@ -7,8 +7,8 @@ Traceback (most recent call last): File "test19.py", line 20, in <module> for y in gi: - File "test19.py", line 16, in g2 - yield from gi File "test19.py", line 9, in g1 yield from g2() + File "test19.py", line 16, in g2 + yield from gi ValueError: generator already executing