Discussion:
[PATCH 0 of 1] Clone errors.
Thomas P Jakobsen
2009-06-11 12:15:46 UTC
Permalink
The current implementation of the clone_deferred method in
viff/util.py silently eats exceptions in both the original and the
cloned deferred.

This patch ensures that exceptions will propagate to both the clone
and the original. However, since it sometimes makes sense to have an
exception go only one way, I've made propagation into the cloned
defereed optional.

Loading...