summaryrefslogtreecommitdiffstats
path: root/Include/opcode.h
diff options
context:
space:
mode:
authorKen Jin <kenjin4096@gmail.com>2022-05-25 13:06:15 (GMT)
committerGitHub <noreply@github.com>2022-05-25 13:06:15 (GMT)
commit5e6e5b98a8b943a8e05feb9c0c982150565f4c10 (patch)
tree6dd6c8e8057ff014fcc365db4fe83dad0bf3aea6 /Include/opcode.h
parentdb3ef0c82a1a16db60c35f8a08c3fd9bfaa8b643 (diff)
downloadcpython-5e6e5b98a8b943a8e05feb9c0c982150565f4c10.zip
cpython-5e6e5b98a8b943a8e05feb9c0c982150565f4c10.tar.gz
cpython-5e6e5b98a8b943a8e05feb9c0c982150565f4c10.tar.bz2
gh-92777: Add LOAD_METHOD_LAZY_DICT (GH-92778)
Diffstat (limited to 'Include/opcode.h')
-rw-r--r--Include/opcode.h37
1 files changed, 19 insertions, 18 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index e04b5a6..f76ca94 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -169,24 +169,25 @@ extern "C" {
#define LOAD_GLOBAL_MODULE 78
#define LOAD_METHOD_ADAPTIVE 79
#define LOAD_METHOD_CLASS 80
-#define LOAD_METHOD_MODULE 81
-#define LOAD_METHOD_NO_DICT 86
-#define LOAD_METHOD_WITH_DICT 113
-#define LOAD_METHOD_WITH_VALUES 121
-#define RESUME_QUICK 127
-#define STORE_ATTR_ADAPTIVE 141
-#define STORE_ATTR_INSTANCE_VALUE 143
-#define STORE_ATTR_SLOT 153
-#define STORE_ATTR_WITH_HINT 154
-#define STORE_FAST__LOAD_FAST 158
-#define STORE_FAST__STORE_FAST 159
-#define STORE_SUBSCR_ADAPTIVE 161
-#define STORE_SUBSCR_DICT 166
-#define STORE_SUBSCR_LIST_INT 167
-#define UNPACK_SEQUENCE_ADAPTIVE 168
-#define UNPACK_SEQUENCE_LIST 169
-#define UNPACK_SEQUENCE_TUPLE 170
-#define UNPACK_SEQUENCE_TWO_TUPLE 177
+#define LOAD_METHOD_LAZY_DICT 81
+#define LOAD_METHOD_MODULE 86
+#define LOAD_METHOD_NO_DICT 113
+#define LOAD_METHOD_WITH_DICT 121
+#define LOAD_METHOD_WITH_VALUES 127
+#define RESUME_QUICK 141
+#define STORE_ATTR_ADAPTIVE 143
+#define STORE_ATTR_INSTANCE_VALUE 153
+#define STORE_ATTR_SLOT 154
+#define STORE_ATTR_WITH_HINT 158
+#define STORE_FAST__LOAD_FAST 159
+#define STORE_FAST__STORE_FAST 161
+#define STORE_SUBSCR_ADAPTIVE 166
+#define STORE_SUBSCR_DICT 167
+#define STORE_SUBSCR_LIST_INT 168
+#define UNPACK_SEQUENCE_ADAPTIVE 169
+#define UNPACK_SEQUENCE_LIST 170
+#define UNPACK_SEQUENCE_TUPLE 177
+#define UNPACK_SEQUENCE_TWO_TUPLE 178
#define DO_TRACING 255
#define HAS_CONST(op) (false\