mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
#6754: remove old struct member nb_inplace_divide.
This commit is contained in:
parent
2f3ed6808e
commit
11b6a64ea9
1 changed files with 0 additions and 1 deletions
|
|
@ -1052,7 +1052,6 @@ Number Object Structures
|
|||
binaryfunc nb_inplace_add;
|
||||
binaryfunc nb_inplace_subtract;
|
||||
binaryfunc nb_inplace_multiply;
|
||||
binaryfunc nb_inplace_divide;
|
||||
binaryfunc nb_inplace_remainder;
|
||||
ternaryfunc nb_inplace_power;
|
||||
binaryfunc nb_inplace_lshift;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue