summaryrefslogtreecommitdiffstats
path: root/Python/opcode_targets.h
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-06-22 16:31:24 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-06-22 16:31:24 (GMT)
commit6edc2f75493d0ba5e70c0190f90d162062f879e1 (patch)
tree7c343002b624d90e2d7109e83b56fada93219b48 /Python/opcode_targets.h
parent7e3592dca6e9d1f991ef500e9c66c271474907b7 (diff)
parent5376ba9630e45ad177150ae68c9712640330a2fc (diff)
downloadcpython-6edc2f75493d0ba5e70c0190f90d162062f879e1.zip
cpython-6edc2f75493d0ba5e70c0190f90d162062f879e1.tar.gz
cpython-6edc2f75493d0ba5e70c0190f90d162062f879e1.tar.bz2
Issue #24400: Merge 3.5
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 ed2a135..19259e1 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,
- &&_unknown_opcode,
+ &&TARGET_GET_YIELD_FROM_ITER,
&&TARGET_PRINT_EXPR,
&&TARGET_LOAD_BUILD_CLASS,
&&TARGET_YIELD_FROM,