[New-bugs-announce] [issue2039] Pymalloc patch for int and float objects

Christian Heimes report at bugs.python.org
Thu Feb 7 18:19:20 CET 2008


New submission from Christian Heimes:

The patch removes the special allocation schema for ints and floats and
replaces it but a standard PyObject_MALLOC schema with a limited free_list.

----------
components: Interpreter Core
files: trunk_intfloat_freelist.patch
keywords: patch
messages: 62158
nosy: tiran
priority: normal
severity: normal
status: open
title: Pymalloc patch for int and float objects
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file9379/trunk_intfloat_freelist.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2039>
__________________________________


More information about the New-bugs-announce mailing list