]> git.decadent.org.uk Git - dak.git/commitdiff
Comment out results gathering to test for hang failure
authorMark Hymers <mhy@debian.org>
Sun, 27 Mar 2011 08:08:56 +0000 (09:08 +0100)
committerMark Hymers <mhy@debian.org>
Sun, 27 Mar 2011 08:08:56 +0000 (09:08 +0100)
Signed-off-by: Mark Hymers <mhy@debian.org>
daklib/dakmultiprocessing.py

index ded81a2902cf975161cb2c20d372a7f9bb1a477c..8e66cfdb177342f94b7adcbac1c1c23e47674ba4 100644 (file)
@@ -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()