Issue #14435: Remove special block allocation code from floatobject.c
PyFloatObjects are now allocated using PyObject_MALLOC like all other internal types, but maintain a limited freelist of objects at hand for performance. This will result in more consistent memory usage by Python.
K
Kristján Valur Jónsson committed
daa06544c81db02d5a7298dca07ac17a8ca5214e
Parent: c1d9869