mirror of https://github.com/python/cpython
merge
This commit is contained in:
commit
690558e440
|
@ -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 *
|
||||||
|
|
Loading…
Reference in New Issue