]> granicus.if.org Git - python/commit
SF bug #436207: "if 0: yield x" is ignored.
authorTim Peters <tim.peters@gmail.com>
Tue, 26 Jun 2001 03:36:28 +0000 (03:36 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 26 Jun 2001 03:36:28 +0000 (03:36 +0000)
commitb6c3ceae79f193e4361651fea61dfb2528bc2746
treef2dbdff39cd430c8dee9c0b2eb15793e25bedaa6
parent3e7b1a04a0fe02098ffc03b5c0fc6546a5f7d2d1
SF bug #436207:  "if 0: yield x" is ignored.
Not anymore <wink>.  Pure hack.  Doesn't fix any other "if 0:" glitches.
Lib/test/test_generators.py
Python/compile.c