Message319647
| Author | pitrou |
|---|---|
| Recipients | lev.maximov, pitrou, tim.peters |
| Date | 2018-06-15.19:00:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529089213.82.0.56676864532.issue33841@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The `waiter` lock is always removed from `self._waiters` at the end of wait() (either by notify() or by wait() itself), so there's no point in releasing it a second time before destruction. I'm closing this as it's not a bug. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-15 19:00:13 | pitrou | set | recipients: + pitrou, tim.peters, lev.maximov |
| 2018-06-15 19:00:13 | pitrou | set | messageid: <1529089213.82.0.56676864532.issue33841@psf.upfronthosting.co.za> |
| 2018-06-15 19:00:13 | pitrou | link | issue33841 messages |
| 2018-06-15 19:00:13 | pitrou | create | |