summaryrefslogtreecommitdiffstats
path: root/Lib/opcode.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/opcode.py')
-rw-r--r--Lib/opcode.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/opcode.py b/Lib/opcode.py
index e654a10..9bbff18 100644
--- a/Lib/opcode.py
+++ b/Lib/opcode.py
@@ -77,8 +77,6 @@ def_op('MATCH_KEYS', 33)
def_op('PUSH_EXC_INFO', 35)
-def_op('POP_EXCEPT_AND_RERAISE', 37)
-
def_op('WITH_EXCEPT_START', 49)
def_op('GET_AITER', 50)
def_op('GET_ANEXT', 51)