diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-03-30 09:18:15 +0000 |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-03-30 09:18:15 +0000 |
commit | daa06544c81db02d5a7298dca07ac17a8ca5214e (patch) | |
tree | 2ff553dac392e8de7e4da46cfbf65c71fa714d7e /Python/pystrcmp.c | |
parent | c1d9869cb997b3ad85c50fbce65528ffccea4ce4 (diff) | |
download | cpython-git-daa06544c81db02d5a7298dca07ac17a8ca5214e.tar.gz |
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.
Diffstat (limited to 'Python/pystrcmp.c')
0 files changed, 0 insertions, 0 deletions