[New-bugs-announce] [issue33841] lock not released in threading.Condition

Lev Maximov report at bugs.python.org
Tue Jun 12 01:47:47 EDT 2018


New submission from Lev Maximov <lev.maximov at gmail.com>:

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: open
title: lock not released in threading.Condition
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33841>
_______________________________________


More information about the New-bugs-announce mailing list