diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 03:39:38 -0400 |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 03:39:38 -0400 |
commit | b31dd66880382354402b589317ee15473936655d (patch) | |
tree | 68c9933482ba01f8659e0fe66a16a6d779a7ad4b /Python/opcode_targets.h | |
parent | aff3084a94f77c7c8670a2787d2548bedc7193d2 (diff) | |
parent | c78d501f52d4893f287f4b7b2f00cc96de78d7e3 (diff) | |
download | cpython-b31dd66880382354402b589317ee15473936655d.tar.gz |
Merge with 3.2: issue #17047 news entry
Diffstat (limited to 'Python/opcode_targets.h')
-rw-r--r-- | Python/opcode_targets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h index a91da79be6..2d6bcda513 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -71,7 +71,7 @@ static void *opcode_targets[256] = { &&TARGET_STORE_LOCALS, &&TARGET_PRINT_EXPR, &&TARGET_LOAD_BUILD_CLASS, - &&_unknown_opcode, + &&TARGET_YIELD_FROM, &&_unknown_opcode, &&_unknown_opcode, &&TARGET_INPLACE_LSHIFT, |