Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d99af8 commit 7b85b4aCopy full SHA for 7b85b4a
1 file changed
Objects/obmalloc.c
@@ -424,6 +424,7 @@ new_arena(void)
424
425
error:
426
PyMem_FREE(bp);
427
+ nfreepools = 0;
428
return NULL;
429
}
430
0 commit comments