spurious pop

This commit is contained in:
Jeremy Hylton 2001-08-30 15:50:34 +00:00
parent 4042c69b5e
commit f71b5fec43
2 changed files with 0 additions and 2 deletions

View file

@ -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_)