From 332cd5ee4ff42c9904c56e68a1028f383f7fc9a8 Mon Sep 17 00:00:00 2001 From: Mark Shannon Date: Tue, 30 Jan 2018 00:41:04 +0000 Subject: bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) --- Python/opcode_targets.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/opcode_targets.h') diff --git a/Python/opcode_targets.h b/Python/opcode_targets.h index 567f8723a6..da6d032bce 100644 --- a/Python/opcode_targets.h +++ b/Python/opcode_targets.h @@ -126,7 +126,7 @@ static void *opcode_targets[256] = { &&TARGET_LOAD_FAST, &&TARGET_STORE_FAST, &&TARGET_DELETE_FAST, - &&TARGET_STORE_ANNOTATION, + &&_unknown_opcode, &&_unknown_opcode, &&_unknown_opcode, &&TARGET_RAISE_VARARGS, -- cgit v1.2.1