cpython/Lib/compiler
Jeremy Hylton bb0bae6da2 Pop loop off the loop stack before handling the loop's else clause.
Otherwise, continue/break will attempt to affect the wrong loop.

A few more fiddles to get the SET_LINENOs consistent across compilers.
2001-04-12 21:54:41 +00:00
..
__init__.py
ast.py
consts.py
future.py
misc.py
pyassem.py pyassem.py: 2001-04-12 20:21:39 +00:00
pycodegen.py Pop loop off the loop stack before handling the loop's else clause. 2001-04-12 21:54:41 +00:00
symbols.py
transformer.py
visitor.py