From: Mark Dickinson Date: Thu, 20 Sep 2012 20:29:28 +0000 (+0100) Subject: Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy Storchaka. X-Git-Tag: v3.2.4rc1~515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c286e58044839bd8d946b12fee454ae861e6cdbc;p=thirdparty%2FPython%2Fcpython.git Issue 15959: Fix type mismatch for quick{_neg}_int_allocs. Thanks Serhiy Storchaka. --- diff --git a/Objects/longobject.c b/Objects/longobject.c index f2f63afbf699..dfedfb7bfec4 100644 --- a/Objects/longobject.c +++ b/Objects/longobject.c @@ -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 *