diff options
| author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-03-30 09:18:15 (GMT) |
|---|---|---|
| committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2012-03-30 09:18:15 (GMT) |
| commit | daa06544c81db02d5a7298dca07ac17a8ca5214e (patch) | |
| tree | 2ff553dac392e8de7e4da46cfbf65c71fa714d7e /Lib/test/test_xml_etree.py | |
| parent | c1d9869cb997b3ad85c50fbce65528ffccea4ce4 (diff) | |
| download | cpython-daa06544c81db02d5a7298dca07ac17a8ca5214e.zip cpython-daa06544c81db02d5a7298dca07ac17a8ca5214e.tar.gz cpython-daa06544c81db02d5a7298dca07ac17a8ca5214e.tar.bz2 | |
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 'Lib/test/test_xml_etree.py')
0 files changed, 0 insertions, 0 deletions
