commit | baf3eb241027455bb7825293957df4346f2393d7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Feb 28 00:40:16 2006 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Feb 28 00:40:16 2006 +0000 |
tree | 42c7077407cc874184df577fd8d46b252137ceec | |
parent | b003f041bbc6c8d2d8a3ecc80ece9441222b213b [diff] [blame] |
Forgot to explain the effect of the new opcode. Sigh -- we really should have one place for all opcode metadata.
diff --git a/Lib/compiler/pyassem.py b/Lib/compiler/pyassem.py index 7b6cee6..22a19c7 100644 --- a/Lib/compiler/pyassem.py +++ b/Lib/compiler/pyassem.py
@@ -778,6 +778,7 @@ 'SETUP_EXCEPT': 3, 'SETUP_FINALLY': 3, 'FOR_ITER': 1, + 'WITH_CLEANUP': 3, } # use pattern match patterns = [