commit | d7b5fb858cce7ae7a1edd379a6ddf5d3ed3a8baf | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Mar 19 20:59:40 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Mar 19 20:59:40 1999 +0000 |
tree | 220761c0dc6f78bc2ae4351f1b4d86a67da528a1 | |
parent | 51288bce482d076917c5ce5a3a5b48e7aa6031cb [diff] |
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.