aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-07 03:54:22 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-07 03:54:22 +0100
commit0e1e34740ff589c5ac48ea06f576341810da88fe (patch)
treeddc6fc2aca92f73aad3a5a5155876f83844f0e38
parentforgot to return index in unordered join (diff)
downloadjoin-python-0e1e34740ff589c5ac48ea06f576341810da88fe.tar.gz
join-python-0e1e34740ff589c5ac48ea06f576341810da88fe.tar.bz2
join-python-0e1e34740ff589c5ac48ea06f576341810da88fe.tar.xz
forgot to notify in unordered join
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rwxr-xr-xsrc/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test.py b/src/test.py
index a14e2e2..1a9c57a 100755
--- a/src/test.py
+++ b/src/test.py
@@ -74,6 +74,7 @@ def unordered_join(*f_groups):
condition.acquire()
if rc is None:
params = (index, rc)
+ condition.notify()
condition.release()
else:
condition.release()