[Python-checkins] cpython (merge default -> default): merge

alexander.belopolsky python-checkins at python.org
Thu Sep 20 22:50:24 CEST 2012


http://hg.python.org/cpython/rev/8da881036a9e
changeset:   79073:8da881036a9e
parent:      79072:63cb0a642c84
parent:      79070:3504cbb3e1d8
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Thu Sep 20 16:44:11 2012 -0400
summary:
  merge

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