[Python-checkins] cpython (merge 3.2 -> default): Issue 15959: Merge from 3.2.

mark.dickinson python-checkins at python.org
Thu Sep 20 22:31:04 CEST 2012


http://hg.python.org/cpython/rev/3504cbb3e1d8
changeset:   79070:3504cbb3e1d8
parent:      79067:ad04dd6c07f7
parent:      79069:5ed83105731d
user:        Mark Dickinson <mdickinson at enthought.com>
date:        Thu Sep 20 21:30:34 2012 +0100
summary:
  Issue 15959: Merge from 3.2.

files:
  Objects/longobject.c |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Objects/longobject.c b/Objects/longobject.c
--- 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 *

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list