commit | eec3d7137929611b98dd593cd2f122cd91b723b2 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Jun 11 15:59:43 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Jun 11 15:59:43 2008 +0000 |
tree | 42721419d4fe3f53961ecfd7c1dea3224188ae40 | |
parent | e8465f2b413174084fcc2dc4cd7a53122c62ce4b [diff] [blame] |
#3021: Antoine Pitrou's Lexical exception handlers
diff --git a/Lib/opcode.py b/Lib/opcode.py index eac0b63..50e10ee 100644 --- a/Lib/opcode.py +++ b/Lib/opcode.py
@@ -105,6 +105,7 @@ def_op('YIELD_VALUE', 86) def_op('POP_BLOCK', 87) def_op('END_FINALLY', 88) +def_op('POP_EXCEPT', 89) HAVE_ARGUMENT = 90 # Opcodes from here have an argument: