mirror of https://github.com/python/cpython
Issue 15959: Merge from 3.2.
This commit is contained in:
commit
5710c2a3e8
|
@ -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 *
|
||||
|
|
Loading…
Reference in New Issue