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.
|
||||
*/
|
||||
|
||||
#define MAXFREEBLOCKS 10
|
||||
#define MAXFREEBLOCKS 16
|
||||
static Py_ssize_t numfreeblocks = 0;
|
||||
static block *freeblocks[MAXFREEBLOCKS];
|
||||
|
||||
|
|
Loading…
Reference in New Issue