Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit baf3eb2

Browse files
committed
Forgot to explain the effect of the new opcode.
Sigh -- we really should have one place for all opcode metadata.
1 parent b003f04 commit baf3eb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/compiler/pyassem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -778,6 +778,7 @@ def findDepth(self, insts, debug=0):
778778
'SETUP_EXCEPT': 3,
779779
'SETUP_FINALLY': 3,
780780
'FOR_ITER': 1,
781+
'WITH_CLEANUP': 3,
781782
}
782783
# use pattern match
783784
patterns = [

0 commit comments

Comments
 (0)