[issue14435] Remove special block allocation from floatobject.c

Kristján Valur Jónsson report at bugs.python.org
Thu Mar 29 19:16:40 CEST 2012


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

Correction:  The number returned was the number of floats in existence, not the size of the freelist.  Do you think I should add a counter to support that functionality?  I´d rather change it to be the size of the old freelist, similar to PyTuple_ClearFreeList().

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14435>
_______________________________________


More information about the Python-bugs-list mailing list