diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-13 19:56:35 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-13 19:56:35 -0500 |
commit | 8f80c1e903fe00c00a8810c762a56f76bd3b3d04 (patch) | |
tree | ca18fccd415e143a13e3b0f82c34d689bedb13be /Python/opcode_targets.h | |
parent | 1078da07f5752919a55792b6b8489e6e846377fd (diff) | |
parent | c15df25fef4ab764bf9ae2c0ca9453d0906037d8 (diff) | |
download | cpython-8f80c1e903fe00c00a8810c762a56f76bd3b3d04.tar.gz |
merge 3.3 (#17968)
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 2d6bcda513..645127e84f 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -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, |