summaryrefslogtreecommitdiffstats
path: root/Modules/datetimemodule.c
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-01-17 10:04:45 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-01-17 10:04:45 (GMT)
commit8055afd0197862a3358fb219f5bb60233288fe02 (patch)
tree28f57e526a9cdc334a7684df302ca55da5bbf1ad /Modules/datetimemodule.c
parent0bbcc4cf9853fe4864a481e303a9f8d22cf2dc36 (diff)
downloadcpython-8055afd0197862a3358fb219f5bb60233288fe02.zip
cpython-8055afd0197862a3358fb219f5bb60233288fe02.tar.gz
cpython-8055afd0197862a3358fb219f5bb60233288fe02.tar.bz2
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Diffstat (limited to 'Modules/datetimemodule.c')
-rw-r--r--Modules/datetimemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/datetimemodule.c b/Modules/datetimemodule.c
index 702b6b9..98ae2bd 100644
--- a/Modules/datetimemodule.c
+++ b/Modules/datetimemodule.c
@@ -2111,7 +2111,7 @@ static PyNumberMethods delta_as_number = {
0, /*nb_xor*/
0, /*nb_or*/
0, /*nb_int*/
- 0, /*nb_long*/
+ 0, /*nb_reserved*/
0, /*nb_float*/
0, /*nb_inplace_add*/
0, /*nb_inplace_subtract*/