This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:13pitrousetrecipients: + pitrou, tim.peters, lev.maximov
2018-06-15 19:00:13pitrousetmessageid: <1529089213.82.0.56676864532.issue33841@psf.upfronthosting.co.za>
2018-06-15 19:00:13pitroulinkissue33841 messages
2018-06-15 19:00:13pitroucreate