]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.
authorYury Selivanov <yury@magic.io>
Sat, 11 Jun 2016 16:00:07 +0000 (12:00 -0400)
committerYury Selivanov <yury@magic.io>
Sat, 11 Jun 2016 16:00:07 +0000 (12:00 -0400)
commitc92bf83a829956e683a3d6bb1ae65aed74d7b92a
treefee9f36c8042a41f709a3916baabfa95d91ad1cb
parentca2e0a48cf0dd663ba7457dc6bce60988cdfd56c
Issue #22970: asyncio: Fix inconsistency cancelling Condition.wait.

Patch by David Coles.
Lib/asyncio/locks.py
Lib/test/test_asyncio/test_locks.py
Misc/NEWS