diff options
Diffstat (limited to 'Objects/complexobject.c')
-rw-r--r-- | Objects/complexobject.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Objects/complexobject.c b/Objects/complexobject.c index 2e501fc..75283a0 100644 --- a/Objects/complexobject.c +++ b/Objects/complexobject.c @@ -1067,12 +1067,9 @@ static PyNumberMethods complex_as_number = { 0, /* nb_and */ 0, /* nb_xor */ 0, /* nb_or */ - 0, /* nb_reserved */ complex_int, /* nb_int */ complex_long, /* nb_long */ complex_float, /* nb_float */ - 0, /* nb_oct */ - 0, /* nb_hex */ 0, /* nb_inplace_add */ 0, /* nb_inplace_subtract */ 0, /* nb_inplace_multiply*/ |