commit | 08a898f85d69c060241dc7f07f003e6e6c4acd50 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Jun 28 01:52:22 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Jun 28 01:52:22 2001 +0000 |
tree | 79da11e3bbe1c616a0193b96299fa469d51c1f17 | |
parent | 72b068566ace24bb49c935ba4c539f021212249a [diff] |
Another "if 0:" hack, this time to complain about otherwise invisible "return expr" instances in generators (which latter may be generators due to otherwise invisible "yield" stmts hiding in "if 0" blocks). This was fun the first time, but this has gotten truly ugly now.