mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods
This commit is contained in:
parent
624a7893ea
commit
4f92ca4022
11 changed files with 3 additions and 32 deletions
|
@ -1049,13 +1049,9 @@ Number Object Structures
|
|||
binaryfunc nb_and;
|
||||
binaryfunc nb_xor;
|
||||
binaryfunc nb_or;
|
||||
int nb_reserved; /* unused, must be zero */
|
||||
unaryfunc nb_int;
|
||||
unaryfunc nb_long;
|
||||
unaryfunc nb_float;
|
||||
|
||||
unaryfunc nb_oct; /* not used anymore, must be zero */
|
||||
unaryfunc nb_hex; /* not used anymore, must be zero */
|
||||
|
||||
binaryfunc nb_inplace_add;
|
||||
binaryfunc nb_inplace_subtract;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue