Commit c5b705c0 authored by Alexander Belopolsky's avatar Alexander Belopolsky

merge

parents 84f68b27 542caca9
...@@ -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