This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2008-02-07.17:19:18
SpamBayes Score 0.0021092747
Marked as misclassified No
Message-id <1202404760.1.0.562652734774.issue2039@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-02-07 17:19:20christian.heimessetspambayes_score: 0.00210927 -> 0.0021092747
recipients: + christian.heimes
2008-02-07 17:19:20christian.heimessetspambayes_score: 0.00210927 -> 0.00210927
messageid: <1202404760.1.0.562652734774.issue2039@psf.upfronthosting.co.za>
2008-02-07 17:19:19christian.heimeslinkissue2039 messages
2008-02-07 17:19:19christian.heimescreate