mirror of
https://github.com/python/cpython.git
synced 2025-07-14 06:45:17 +00:00
Get rid of remnants of integer division
This commit is contained in:
parent
ed483ba63b
commit
bcc0db82dc
28 changed files with 47 additions and 212 deletions
|
@ -6445,7 +6445,6 @@ static PyNumberMethods unicode_as_number = {
|
|||
0, /*nb_add*/
|
||||
0, /*nb_subtract*/
|
||||
0, /*nb_multiply*/
|
||||
0, /*nb_divide*/
|
||||
unicode_mod, /*nb_remainder*/
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue