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:
Guido van Rossum 2006-02-28 00:40:16 +00:00
parent b003f041bb
commit baf3eb2410
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ class StackDepthTracker:
'SETUP_EXCEPT': 3,
'SETUP_FINALLY': 3,
'FOR_ITER': 1,
'WITH_CLEANUP': 3,
}
# use pattern match
patterns = [