New submission from Lev Maximov :
In `Condition.wait()` the `waiter` lock gets acquired twice, but is released
only once (both in timeout and no timeout cases). Is it intentional?
--
components: Library (Lib)
messages: 319365
nosy: lev.maximov
priority: normal
severity: normal
status
Lev Maximov added the comment:
Nevermind. It's not urgent but should definitely be fixed some day.
Yes, __qualname__ might be a good idea.
--
___
Python tracker
<http://bugs.python.org/is
New submission from Lev Maximov:
Error message was supposedly copy-pasted without change.
Makes it pretty unintuinive to debug.
Fix attached.
--
components: Library (Lib)
files: error.diff
keywords: patch
messages: 264157
nosy: Lev Maximov
priority: normal
severity: normal
status: open