Message139372
| Author | pitrou |
|---|---|
| Recipients | greg.ath, neologix, pitrou, vstinner |
| Date | 2011-06-28.18:45:05 |
| SpamBayes Score | 0.020598968 |
| Marked as misclassified | No |
| Message-id | <1309286706.17.0.129322185731.issue12352@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Nice work! I also think heap_gc_deadlock_lockless.diff is good, except for Victor's reservation: is it deliberate that you reversed the following two statements in _free_pending_blocks(), compared to the code in free()? + self._free(block) + self._allocated_blocks.remove(block) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-06-28 18:45:06 | pitrou | set | recipients: + pitrou, vstinner, neologix, greg.ath |
| 2011-06-28 18:45:06 | pitrou | set | messageid: <1309286706.17.0.129322185731.issue12352@psf.upfronthosting.co.za> |
| 2011-06-28 18:45:05 | pitrou | link | issue12352 messages |
| 2011-06-28 18:45:05 | pitrou | create | |