mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove more cruft leftover from nb_coerce. Rename nb_coerce to
nb_reserved.
This commit is contained in:
parent
8ce81f767a
commit
16c7075164
15 changed files with 20 additions and 66 deletions
|
|
@ -963,7 +963,7 @@ static PyNumberMethods complex_as_number = {
|
|||
0, /* nb_and */
|
||||
0, /* nb_xor */
|
||||
0, /* nb_or */
|
||||
(coercion)0, /* nb_coerce */
|
||||
0, /* nb_reserved */
|
||||
complex_int, /* nb_int */
|
||||
complex_long, /* nb_long */
|
||||
complex_float, /* nb_float */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue