diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-03-07 03:54:22 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-03-07 03:54:22 +0100 |
| commit | 0e1e34740ff589c5ac48ea06f576341810da88fe (patch) | |
| tree | ddc6fc2aca92f73aad3a5a5155876f83844f0e38 | |
| parent | forgot to return index in unordered join (diff) | |
| download | join-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-x | src/test.py | 1 |
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() |
