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

Commit

Permalink
Merge pull request #256 from pfreixes/fix_critical_bug_lock
Browse files Browse the repository at this point in the history
Fix critical bug with patched Lock
  • Loading branch information
popravich authored Jun 30, 2017
2 parents 0f73783 + 5e671fe commit 362667a
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 362667a

Please sign in to comment.