Issue #4910, patch 3/3: rename nb_long to nb_reserved

This commit is contained in:
Mark Dickinson 2009-01-17 10:04:45 +00:00
parent 0bbcc4cf98
commit 8055afd019
12 changed files with 19 additions and 14 deletions

View file

@ -3830,7 +3830,7 @@ static PyNumberMethods long_as_number = {
long_xor, /*nb_xor*/
long_or, /*nb_or*/
long_long, /*nb_int*/
0, /*nb_long*/
0, /*nb_reserved*/
long_float, /*nb_float*/
0, /* nb_inplace_add */
0, /* nb_inplace_subtract */