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. _______________________________________________ viff-patches mailing list [email protected] http://lists.viff.dk/listinfo.cgi/viff-patches-viff.dk
