Skip to content

[3.5] bpo-27585: Fix waiter cancellation in asyncio.Lock#2038

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

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

Conversation

@1st1

@1st1 1st1 commented Jun 9, 2017

Copy link
Copy Markdown
Member

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.5] bpo-27585 Fix waiter cancellation in asyncio.Lock Jun 9, 2017
@1st1 1st1 changed the title [3.5] bpo-27585 Fix waiter cancellation in asyncio.Lock [3.5] bpo-27585: Fix waiter cancellation in asyncio.Lock Jun 9, 2017
@1st1 1st1 merged commit d913d1c into 3.5 Jun 9, 2017
@1st1 1st1 deleted the bpo-27585-3.5 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