summaryrefslogtreecommitdiff
path: root/Python/opcode_targets.h
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-07-01 23:00:22 +0200
committerChristian Heimes <christian@cheimes.de>2013-07-01 23:00:22 +0200
commit9dc893c954b626685fc5bb12a040e22a41a8958d (patch)
treec42918d40b287e76ae260b4c402ce62ed813087d /Python/opcode_targets.h
parentd71dc179c59f0a6e74087ecea134164f0e184ee8 (diff)
parent691afb4d9f2a095f89c6e4011807a185fa661bb7 (diff)
downloadcpython-9dc893c954b626685fc5bb12a040e22a41a8958d.tar.gz
Issue #18339: use with self.assertRaises() to make test case more readable
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r--Python/opcode_targets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h
index 2d6bcda513..f90a17a7ee 100644
--- a/Python/opcode_targets.h
+++ b/Python/opcode_targets.h
@@ -68,7 +68,7 @@ static void *opcode_targets[256] = {
&&TARGET_BINARY_OR,
&&TARGET_INPLACE_POWER,
&&TARGET_GET_ITER,
- &&TARGET_STORE_LOCALS,
+ &&_unknown_opcode,
&&TARGET_PRINT_EXPR,
&&TARGET_LOAD_BUILD_CLASS,
&&TARGET_YIELD_FROM,
@@ -147,7 +147,7 @@ static void *opcode_targets[256] = {
&&TARGET_LIST_APPEND,
&&TARGET_SET_ADD,
&&TARGET_MAP_ADD,
- &&_unknown_opcode,
+ &&TARGET_LOAD_CLASSDEREF,
&&_unknown_opcode,
&&_unknown_opcode,
&&_unknown_opcode,