summaryrefslogtreecommitdiff
path: root/Python/pytime.c
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2012-03-30 09:18:15 +0000
committerKristján Valur Jónsson <kristjan@ccpgames.com>2012-03-30 09:18:15 +0000
commitdaa06544c81db02d5a7298dca07ac17a8ca5214e (patch)
tree2ff553dac392e8de7e4da46cfbf65c71fa714d7e /Python/pytime.c
parentc1d9869cb997b3ad85c50fbce65528ffccea4ce4 (diff)
downloadcpython-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/pytime.c')
0 files changed, 0 insertions, 0 deletions