[issue14435] Remove special block allocation from floatobject.c

Antoine Pitrou report at bugs.python.org
Thu Mar 29 18:10:28 CEST 2012


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

One thing: PyFloat_ClearFreeList() is supposed to return the number of objects previously in the freelist, not zero.
Also, perhaps 10 is a bit on the small side for the number of objects kept on the freelist. 100 instead? Or do you think that's too large?

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list