summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorMark Shannon <mark@hotpy.org>2018-01-30 00:41:04 +0000
committerRaymond Hettinger <rhettinger@users.noreply.github.com>2018-01-29 16:41:04 -0800
commit332cd5ee4ff42c9904c56e68a1028f383f7fc9a8 (patch)
tree7e02c4a2919e9a8d17ed3be5008aa81d05dc14b1 /Include
parentb6e43af669f61a37a29d8ff0785455108e6bc29d (diff)
downloadcpython-git-332cd5ee4ff42c9904c56e68a1028f383f7fc9a8.tar.gz
bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181)
Diffstat (limited to 'Include')
-rw-r--r--Include/opcode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index 99c3b0ef81..fc6cbf3a7a 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -99,7 +99,6 @@ extern "C" {
#define LOAD_FAST 124
#define STORE_FAST 125
#define DELETE_FAST 126
-#define STORE_ANNOTATION 127
#define RAISE_VARARGS 130
#define CALL_FUNCTION 131
#define MAKE_FUNCTION 132