diff options
Diffstat (limited to 'Objects/object.c')
-rw-r--r-- | Objects/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/object.c b/Objects/object.c index 7b905dcd8b..a69a0ad51d 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -4,7 +4,7 @@ #include "Python.h" #ifdef Py_REF_DEBUG -long _Py_RefTotal; +Py_ssize_t _Py_RefTotal; #endif int Py_DivisionWarningFlag; |