Skip to content

[3.6] bpo-27585: Fix waiter cancellation in asyncio.Lock#2037

Merged
1st1 merged 1 commit into
3.6from
bpo-27585-3.6
Jun 9, 2017
Merged

[3.6] bpo-27585: Fix waiter cancellation in asyncio.Lock#2037
1st1 merged 1 commit into
3.6from
bpo-27585-3.6

Conversation

@1st1
Copy link
Copy Markdown
Member

@1st1 1st1 commented Jun 9, 2017

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
@1st1 1st1 changed the title [3.6] bpo-27585 Fix waiter cancellation in asyncio.Lock [3.6] bpo-27585: Fix waiter cancellation in asyncio.Lock Jun 9, 2017
@1st1 1st1 merged commit fa7f519 into 3.6 Jun 9, 2017
@1st1 1st1 deleted the bpo-27585-3.6 branch June 9, 2017 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants