Message 78282 - Python tracker
Message78282
| Author | vstinner |
|---|---|
| Recipients | ebfe, vstinner |
| Date | 2008-12-25.23:14:29 |
| SpamBayes Score | 0.0012950243 |
| Marked as misclassified | No |
| Message-id | <1230246871.46.0.355018848758.issue4738@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
A call to PyThread_free_lock(this->lock) in Comp_dealloc() and Decomp_dealloc(). Comp_dealloc() and Decomp_dealloc() code may also be factorized (write a common function to free unused_data, unconsumed_tail and self). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-25 23:14:31 | vstinner | set | recipients: + vstinner, ebfe |
| 2008-12-25 23:14:31 | vstinner | set | messageid: <1230246871.46.0.355018848758.issue4738@psf.upfronthosting.co.za> |
| 2008-12-25 23:14:30 | vstinner | link | issue4738 messages |
| 2008-12-25 23:14:30 | vstinner | create | |