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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2039> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com