Message61771
| Author | christian.heimes |
|---|---|
| Recipients | christian.heimes, nnorwitz |
| Date | 2008-01-28.03:34:27 |
| SpamBayes Score | 0.12709399 |
| Marked as misclassified | No |
| Message-id | <1201491269.72.0.799398122167.issue1953@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The patch implements gc.compact_freelists() which calls PyInt and PyFloat_CompactFreeList(). I've moved the code from the _Fini methods to the _CompactFreeList() methods. The patch also moves the clear type cache function to gc.clear_type_cache(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-01-28 03:34:29 | christian.heimes | set | spambayes_score: 0.127094 -> 0.12709399 recipients: + christian.heimes, nnorwitz |
| 2008-01-28 03:34:29 | christian.heimes | set | spambayes_score: 0.127094 -> 0.127094 messageid: <1201491269.72.0.799398122167.issue1953@psf.upfronthosting.co.za> |
| 2008-01-28 03:34:28 | christian.heimes | link | issue1953 messages |
| 2008-01-28 03:34:27 | christian.heimes | create | |