-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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