summaryrefslogtreecommitdiff
path: root/Python/opcode_targets.h
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-05-16 14:37:25 -0500
committerBenjamin Peterson <benjamin@python.org>2013-05-16 14:37:25 -0500
commite8e14591ebb729b4fa19626ce245fa0811cf6f32 (patch)
tree6448a655b30bd5f6d1f23137ebb5f8183547f109 /Python/opcode_targets.h
parente914123d1f07159f32bf4330556397ce4d590189 (diff)
downloadcpython-git-e8e14591ebb729b4fa19626ce245fa0811cf6f32.tar.gz
rather than passing locals to the class body, just execute the class body in the proper environment
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r--Python/opcode_targets.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h
index 645127e84f..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,