On Fri, Apr 25, 2014 at 3:44 AM, Arend van Spriel <[email protected]> wrote:
> In spatch a ExecutionError was raised, but that causes the thread
> to finish without closing the outfile and more importantly without
> putting (ret, fn) tuple on the return queue. This results in the
> threaded_spatch routine to get stuck on the ret_q.get() call. This
> patch removes raising the ExecutionError and just return the tuple.
> The non-zero return code will result in ExecutionErrorThread exception
> anyway.
>
> Signed-off-by: Arend van Spriel <[email protected]>

Thanks but this no longer applies, can you rebase against master?

  Luis
--
To unsubscribe from this list: send the line "unsubscribe backports" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to