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 lev.maximov
Recipients lev.maximov
Date 2018-06-12.05:47:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528782467.05.0.475983251502.issue33841@psf.upfronthosting.co.za>
In-reply-to
Content
In `Condition.wait()` the `waiter` lock gets acquired twice, but is released only once (both in timeout and no timeout cases). Is it intentional?
History
Date User Action Args
2018-06-12 05:47:47lev.maximovsetrecipients: + lev.maximov
2018-06-12 05:47:47lev.maximovsetmessageid: <1528782467.05.0.475983251502.issue33841@psf.upfronthosting.co.za>
2018-06-12 05:47:46lev.maximovlinkissue33841 messages
2018-06-12 05:47:46lev.maximovcreate