Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Fix critical bug with patched Lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreixes committed Jun 30, 2017
1 parent 71ea399 commit 718f731
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aioredis/locks.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ def _wake_up_first(self):
for fut in self._waiters:
if not fut.done():
fut.set_result(True)
break

0 comments on commit 718f731

Please sign in to comment.