mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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_FINALLY': 3,
|
||||
'FOR_ITER': 1,
|
||||
'WITH_CLEANUP': 3,
|
||||
}
|
||||
# use pattern match
|
||||
patterns = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue