mirror of
https://github.com/python/cpython.git
synced 2025-10-09 08:31:26 +00:00
Issue #4910, patch 3/3: rename nb_long to nb_reserved
This commit is contained in:
parent
0bbcc4cf98
commit
8055afd019
12 changed files with 19 additions and 14 deletions
|
@ -1798,7 +1798,7 @@ static PyNumberMethods float_as_number = {
|
|||
0, /*nb_xor*/
|
||||
0, /*nb_or*/
|
||||
float_trunc, /*nb_int*/
|
||||
0, /*nb_long*/
|
||||
0, /*nb_reserved*/
|
||||
float_float, /*nb_float*/
|
||||
0, /* nb_inplace_add */
|
||||
0, /* nb_inplace_subtract */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue