]> granicus.if.org Git - python/commit
Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if
authorGuido van Rossum <guido@python.org>
Fri, 19 Mar 1999 20:59:40 +0000 (20:59 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Mar 1999 20:59:40 +0000 (20:59 +0000)
commitd7b5fb858cce7ae7a1edd379a6ddf5d3ed3a8baf
tree220761c0dc6f78bc2ae4351f1b4d86a67da528a1
parent51288bce482d076917c5ce5a3a5b48e7aa6031cb
Fix a problem with Vladimir's PyFloat_Fini code: clear the free list; if
a block cannot be freed, add its free items back to the free list.
This is necessary to avoid leaking when Python is reinitialized later.
Objects/floatobject.c