Forgot to explain the effect of the new opcode.
Sigh -- we really should have one place for all opcode metadata.
This commit is contained in:
parent
b003f041bb
commit
baf3eb2410
|
@ -778,6 +778,7 @@ class StackDepthTracker:
|
||||||
'SETUP_EXCEPT': 3,
|
'SETUP_EXCEPT': 3,
|
||||||
'SETUP_FINALLY': 3,
|
'SETUP_FINALLY': 3,
|
||||||
'FOR_ITER': 1,
|
'FOR_ITER': 1,
|
||||||
|
'WITH_CLEANUP': 3,
|
||||||
}
|
}
|
||||||
# use pattern match
|
# use pattern match
|
||||||
patterns = [
|
patterns = [
|
||||||
|
|
Loading…
Reference in New Issue