Bump up the maximum number of freeblocks
This commit is contained in:
parent
0103af397f
commit
f2b02ced7e
@ -121,7 +121,7 @@ static PyTypeObject deque_type;
|
|||||||
added at about the same rate as old blocks are being freed.
|
added at about the same rate as old blocks are being freed.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define MAXFREEBLOCKS 10
|
#define MAXFREEBLOCKS 16
|
||||||
static Py_ssize_t numfreeblocks = 0;
|
static Py_ssize_t numfreeblocks = 0;
|
||||||
static block *freeblocks[MAXFREEBLOCKS];
|
static block *freeblocks[MAXFREEBLOCKS];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user