mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
bpo-46009: Remove GEN_START (GH-30367)
This commit is contained in:
parent
f404e26d74
commit
31e43cbe5f
10 changed files with 20 additions and 47 deletions
7
Include/opcode.h
generated
7
Include/opcode.h
generated
|
@ -84,7 +84,6 @@ extern "C" {
|
|||
#define STORE_FAST 125
|
||||
#define DELETE_FAST 126
|
||||
#define JUMP_IF_NOT_EG_MATCH 127
|
||||
#define GEN_START 129
|
||||
#define RAISE_VARARGS 130
|
||||
#define MAKE_FUNCTION 132
|
||||
#define BUILD_SLICE 133
|
||||
|
@ -164,9 +163,9 @@ extern "C" {
|
|||
#define STORE_ATTR_WITH_HINT 81
|
||||
#define LOAD_FAST__LOAD_FAST 87
|
||||
#define STORE_FAST__LOAD_FAST 128
|
||||
#define LOAD_FAST__LOAD_CONST 131
|
||||
#define LOAD_CONST__LOAD_FAST 134
|
||||
#define STORE_FAST__STORE_FAST 140
|
||||
#define LOAD_FAST__LOAD_CONST 129
|
||||
#define LOAD_CONST__LOAD_FAST 131
|
||||
#define STORE_FAST__STORE_FAST 134
|
||||
#define DO_TRACING 255
|
||||
#ifdef NEED_OPCODE_JUMP_TABLES
|
||||
static uint32_t _PyOpcode_RelativeJump[8] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue