summaryrefslogtreecommitdiffstats
path: root/Include/opcode.h
diff options
context:
space:
mode:
authorCarl Meyer <carl@oddbird.net>2023-05-16 16:29:00 (GMT)
committerGitHub <noreply@github.com>2023-05-16 16:29:00 (GMT)
commitf40890b124a330b589c8093127be1274e15dbd7f (patch)
treea6a68ed80a4103ff60b33375c17e4fa1dc40bc6d /Include/opcode.h
parentfebcc6ccfb0726dab588e64b68d91abb37db1939 (diff)
downloadcpython-f40890b124a330b589c8093127be1274e15dbd7f.zip
cpython-f40890b124a330b589c8093127be1274e15dbd7f.tar.gz
cpython-f40890b124a330b589c8093127be1274e15dbd7f.tar.bz2
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
Diffstat (limited to 'Include/opcode.h')
-rw-r--r--Include/opcode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/opcode.h b/Include/opcode.h
index dea7687..9806511 100644
--- a/Include/opcode.h
+++ b/Include/opcode.h
@@ -120,7 +120,8 @@ extern "C" {
#define CALL_INTRINSIC_2 174
#define LOAD_FROM_DICT_OR_GLOBALS 175
#define LOAD_FROM_DICT_OR_DEREF 176
-#define MIN_INSTRUMENTED_OPCODE 238
+#define MIN_INSTRUMENTED_OPCODE 237
+#define INSTRUMENTED_LOAD_SUPER_ATTR 237
#define INSTRUMENTED_POP_JUMP_IF_NONE 238
#define INSTRUMENTED_POP_JUMP_IF_NOT_NONE 239
#define INSTRUMENTED_RESUME 240