commit | fa7f519113fd32f432f9f52a956bbcdc542dce93 | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yury@magic.io> | Fri Jun 09 17:07:48 2017 -0400 |
committer | GitHub <noreply@github.com> | Fri Jun 09 17:07:48 2017 -0400 |
tree | 566f78459461f67737b425f96947294ee41a330a | |
parent | e89f95bfd0881a9b80c3b1430d154a77bdf5a824 [diff] |
Fix waiter cancellation in asyncio.Lock (#1031) (#2037) Avoid a deadlock when the waiter who is about to take the lock is cancelled Issue #27585