mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue