Antoine Pitrou <pit...@free.fr> added the comment:

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.

----------
nosy: +pitrou, tim.peters
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33841>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to