From: Guido van Rossum Date: Tue, 28 Feb 2006 00:40:16 +0000 (+0000) Subject: Forgot to explain the effect of the new opcode. X-Git-Tag: v2.5a0~494 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=baf3eb241027455bb7825293957df4346f2393d7;p=thirdparty%2FPython%2Fcpython.git 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 7b6cee651327..22a19c75342e 100644 --- a/Lib/compiler/pyassem.py +++ b/Lib/compiler/pyassem.py @@ -778,6 +778,7 @@ class StackDepthTracker: 'SETUP_EXCEPT': 3, 'SETUP_FINALLY': 3, 'FOR_ITER': 1, + 'WITH_CLEANUP': 3, } # use pattern match patterns = [