mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +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
|
@ -594,7 +594,7 @@ static PyNumberMethods proxy_as_number = {
|
|||
proxy_xor, /*nb_xor*/
|
||||
proxy_or, /*nb_or*/
|
||||
proxy_int, /*nb_int*/
|
||||
0, /*nb_long*/
|
||||
0, /*nb_reserved*/
|
||||
proxy_float, /*nb_float*/
|
||||
proxy_iadd, /*nb_inplace_add*/
|
||||
proxy_isub, /*nb_inplace_subtract*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue