From 2ca1150731883d5e521b6f6749c001dbd6188cdc Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 27 Mar 2011 09:08:56 +0100 Subject: [PATCH] Comment out results gathering to test for hang failure Signed-off-by: Mark Hymers --- daklib/dakmultiprocessing.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/daklib/dakmultiprocessing.py b/daklib/dakmultiprocessing.py index ded81a29..8e66cfdb 100644 --- a/daklib/dakmultiprocessing.py +++ b/daklib/dakmultiprocessing.py @@ -50,7 +50,7 @@ class Pool(): def join(self): self.pool.join() - for r in self.results: - # return values were already handled in the callbacks, but asking - # for them might raise exceptions which would otherwise be lost - r.get() + #for r in self.results: + # # return values were already handled in the callbacks, but asking + # # for them might raise exceptions which would otherwise be lost + # r.get() -- 2.39.2