Commit baf3eb24 authored by Guido van Rossum's avatar Guido van Rossum

Forgot to explain the effect of the new opcode.

Sigh -- we really should have one place for all opcode metadata.
parent b003f041
...@@ -778,6 +778,7 @@ class StackDepthTracker: ...@@ -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 = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment