mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
spurious pop
This commit is contained in:
parent
4042c69b5e
commit
f71b5fec43
2 changed files with 0 additions and 2 deletions
|
@ -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_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue