diff options
Diffstat (limited to 'Include/opcode.h')
-rw-r--r-- | Include/opcode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Include/opcode.h b/Include/opcode.h index 50b7832..3334242 100644 --- a/Include/opcode.h +++ b/Include/opcode.h @@ -153,6 +153,11 @@ extern "C" { #define STORE_ATTR_SPLIT_KEYS 45 #define STORE_ATTR_SLOT 46 #define STORE_ATTR_WITH_HINT 47 +#define LOAD_FAST__LOAD_FAST 48 +#define STORE_FAST__LOAD_FAST 58 +#define LOAD_FAST__LOAD_CONST 80 +#define LOAD_CONST__LOAD_FAST 81 +#define STORE_FAST__STORE_FAST 87 #ifdef NEED_OPCODE_JUMP_TABLES static uint32_t _PyOpcode_RelativeJump[8] = { 0U, |