diff options
| author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-08-30 15:50:34 +0000 |
|---|---|---|
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-08-30 15:50:34 +0000 |
| commit | f71b5fec4390bd7b40c7eb7aaefc79125249c5ec (patch) | |
| tree | 26bf211c5a698e8fc7a00fac4c5b6c55e557485c /Lib/compiler/pycodegen.py | |
| parent | 4042c69b5e718d48e31e38e702cf959ee08c2b2b (diff) | |
| download | cpython-git-f71b5fec4390bd7b40c7eb7aaefc79125249c5ec.tar.gz | |
spurious pop
Diffstat (limited to 'Lib/compiler/pycodegen.py')
| -rw-r--r-- | Lib/compiler/pycodegen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/compiler/pycodegen.py b/Lib/compiler/pycodegen.py index e55ee90249..7a089f09b3 100644 --- a/Lib/compiler/pycodegen.py +++ b/Lib/compiler/pycodegen.py @@ -596,7 +596,6 @@ class CodeGenerator: if expr: # XXX self.emit('POP_TOP') self.emit('END_FINALLY') - self.setups.pop() if node.else_: self.nextBlock(lElse) self.visit(node.else_) |
