]> granicus.if.org Git - python/commit
new_arena(): In error cases, reset the number of available pools to 0.
authorTim Peters <tim.peters@gmail.com>
Sat, 30 Mar 2002 10:42:09 +0000 (10:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 30 Mar 2002 10:42:09 +0000 (10:42 +0000)
commit7b85b4aa7fa4e1535dc3eda7d2387a6ea7c29012
treeecfec6817b44f12c985fbe3c686e5fd02b550ded
parent1d99af8d6960a3b6adc5ed25a8b27e59e21970d3
new_arena():  In error cases, reset the number of available pools to 0.
Else the pymalloc malloc will go insane the next time it's called.
Objects/obmalloc.c