[issue14435] Remove special block allocation from floatobject.c

Antoine Pitrou report at bugs.python.org
Thu Mar 29 19:20:34 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> 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().

It should be the size of the old freelist, indeed.

----------

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


More information about the Python-bugs-list mailing list