mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
INPLACE_DIVIDE is no longer necessary (INPLACE_TRUE_DIVIDE is used).
This commit is contained in:
parent
712ce45415
commit
e7086d409e
5 changed files with 3 additions and 9 deletions
|
@ -88,7 +88,7 @@ def_op('DELETE_SLICE+3', 53)
|
|||
def_op('INPLACE_ADD', 55)
|
||||
def_op('INPLACE_SUBTRACT', 56)
|
||||
def_op('INPLACE_MULTIPLY', 57)
|
||||
def_op('INPLACE_DIVIDE', 58)
|
||||
|
||||
def_op('INPLACE_MODULO', 59)
|
||||
def_op('STORE_SUBSCR', 60)
|
||||
def_op('DELETE_SUBSCR', 61)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue