mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +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
|
@ -219,7 +219,7 @@ typedef struct {
|
|||
binaryfunc nb_xor;
|
||||
binaryfunc nb_or;
|
||||
unaryfunc nb_int;
|
||||
unaryfunc nb_long;
|
||||
void *nb_reserved; /* the slot formerly known as nb_long */
|
||||
unaryfunc nb_float;
|
||||
|
||||
binaryfunc nb_inplace_add;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue