mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
gh-119676: remove several pseudo instructions which are use only in codegen (#119677)
This commit is contained in:
parent
6b240c2308
commit
ae9140f32a
5 changed files with 23 additions and 71 deletions
14
Lib/_opcode_metadata.py
generated
14
Lib/_opcode_metadata.py
generated
|
|
@ -328,15 +328,11 @@ opmap = {
|
|||
'JUMP': 256,
|
||||
'JUMP_NO_INTERRUPT': 257,
|
||||
'LOAD_CLOSURE': 258,
|
||||
'LOAD_METHOD': 259,
|
||||
'LOAD_SUPER_METHOD': 260,
|
||||
'LOAD_ZERO_SUPER_ATTR': 261,
|
||||
'LOAD_ZERO_SUPER_METHOD': 262,
|
||||
'POP_BLOCK': 263,
|
||||
'SETUP_CLEANUP': 264,
|
||||
'SETUP_FINALLY': 265,
|
||||
'SETUP_WITH': 266,
|
||||
'STORE_FAST_MAYBE_NULL': 267,
|
||||
'POP_BLOCK': 259,
|
||||
'SETUP_CLEANUP': 260,
|
||||
'SETUP_FINALLY': 261,
|
||||
'SETUP_WITH': 262,
|
||||
'STORE_FAST_MAYBE_NULL': 263,
|
||||
}
|
||||
|
||||
HAVE_ARGUMENT = 43
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue