commit | 894a654a9caafb7a5bf63e1383a048041c05023b | [log] [tgz] |
---|---|---|
author | Mathieu Sornay <msornay@users.noreply.github.com> | Fri Jun 09 22:17:40 2017 +0200 |
committer | Yury Selivanov <yury@magic.io> | Fri Jun 09 16:17:40 2017 -0400 |
tree | cf58d85a6cd3ad47138b2b6d6fa7c07a2ccbbcbb | |
parent | f9f1ccace395a8f65b60dc12567a237b4002fd18 [diff] |
Fix waiter cancellation in asyncio.Lock (#1031) Avoid a deadlock when the waiter who is about to take the lock is cancelled Issue #27585