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
|
@ -48,7 +48,7 @@ extern "C" {
|
|||
#define INPLACE_ADD 55
|
||||
#define INPLACE_SUBTRACT 56
|
||||
#define INPLACE_MULTIPLY 57
|
||||
#define INPLACE_DIVIDE 58
|
||||
|
||||
#define INPLACE_MODULO 59
|
||||
#define STORE_SUBSCR 60
|
||||
#define DELETE_SUBSCR 61
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue