mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -1338,7 +1338,6 @@ opcode_stack_effect(int opcode, int oparg)
|
|||
case INPLACE_ADD:
|
||||
case INPLACE_SUBTRACT:
|
||||
case INPLACE_MULTIPLY:
|
||||
case INPLACE_DIVIDE:
|
||||
case INPLACE_MODULO:
|
||||
return -1;
|
||||
case STORE_SUBSCR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue