mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Zapped obsolete opcode LOAD_GLOBALS.
This commit is contained in:
parent
04831d133e
commit
151fcfd101
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ def_op('BREAK_LOOP', 80)
|
|||
def_op('RAISE_EXCEPTION', 81)
|
||||
def_op('LOAD_LOCALS', 82)
|
||||
def_op('RETURN_VALUE', 83)
|
||||
def_op('LOAD_GLOBALS', 84)
|
||||
def_op('EXEC_STMT', 85)
|
||||
def_op('BUILD_FUNCTION', 86)
|
||||
def_op('POP_BLOCK', 87)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue