bpo-27585: Cancelled lock waiter wakes up the next one#1031
Conversation
Avoid a deadlock when the waiter who is about to take the lock is cancelled Issue python#27585
|
@msornay, thanks for your PR! By analyzing the history of the files in this pull request, we identified @1st1, @asvetlov and @serhiy-storchaka to be potential reviewers. |
|
Guys! @1st1, @asvetlov, @serhiy-storchaka, @msornay, probably, the same fix should be applied to |
|
lgtm |
|
Any news? |
|
ping |
|
I'll take a look tomorrow/the day after. |
Avoid a deadlock when the waiter who is about to take the lock is cancelled Issue #27585
Avoid a deadlock when the waiter who is about to take the lock is cancelled Issue #27585
|
Does this still need backport? If not please remove the label. |
|
Sorry, @msornay and @1st1, I could not cleanly backport this to |
Avoid a deadlock when the waiter who is about to take the lock is cancelled
Issue #27585: http://bugs.python.org/issue27585
Original PR on asyncio repository: python/asyncio#467