diff -r c6892ce7e56f Objects/longobject.c --- a/Objects/longobject.c Mon Sep 17 09:01:03 2012 +0200 +++ b/Objects/longobject.c Mon Sep 17 22:39:53 2012 +0300 @@ -30,7 +30,7 @@ */ static PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; #ifdef COUNT_ALLOCS -int quick_int_allocs, quick_neg_int_allocs; +Py_ssize_t quick_int_allocs, quick_neg_int_allocs; #endif static PyObject *