diff options
| author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-08-30 15:50:34 (GMT) |
|---|---|---|
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-08-30 15:50:34 (GMT) |
| commit | f71b5fec4390bd7b40c7eb7aaefc79125249c5ec (patch) | |
| tree | 26bf211c5a698e8fc7a00fac4c5b6c55e557485c /Lib/compiler/pycodegen.py | |
| parent | 4042c69b5e718d48e31e38e702cf959ee08c2b2b (diff) | |
| download | cpython-f71b5fec4390bd7b40c7eb7aaefc79125249c5ec.zip cpython-f71b5fec4390bd7b40c7eb7aaefc79125249c5ec.tar.gz cpython-f71b5fec4390bd7b40c7eb7aaefc79125249c5ec.tar.bz2 | |
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 e55ee90..7a089f0 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_) |
