Commit 5710c2a3 authored by Mark Dickinson's avatar Mark Dickinson

Issue 15959: Merge from 3.2.

parents 7c6c80d8 c286e580
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
*/ */
static PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS]; static PyLongObject small_ints[NSMALLNEGINTS + NSMALLPOSINTS];
#ifdef COUNT_ALLOCS #ifdef COUNT_ALLOCS
int quick_int_allocs, quick_neg_int_allocs; Py_ssize_t quick_int_allocs, quick_neg_int_allocs;
#endif #endif
static PyObject * static PyObject *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment