Message 62158 - Python tracker (original) (raw)

Message62158

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:20 christian.heimes set spambayes_score: 0.00210927 -> 0.0021092747recipients: + christian.heimes
2008-02-07 17:19:20 christian.heimes set spambayes_score: 0.00210927 -> 0.00210927messageid: 1202404760.1.0.562652734774.issue2039@psf.upfronthosting.co.za
2008-02-07 17:19:19 christian.heimes link issue2039 messages
2008-02-07 17:19:19 christian.heimes create