[viff-patches] [PATCH 1 of 1] Clone errors

2009-06-11 Thread Thomas P Jakobsen
# HG changeset patch # User Thomas P Jakobsen # Date 1244721950 -7200 # Node ID e1270881794e39f81445820c4133fad317af6e0f # Parent 8ec45943c12ab91430d03a8895aabc6f64fe7a37 Clone errors. diff -r 8ec45943c12a -r e1270881794e viff/util.py --- a/viff/util.py Wed May 27 22:29:31 2009 +0200 +++ b/

[viff-patches] [PATCH 0 of 1] Clone errors.

2009-06-11 Thread Thomas P Jakobsen
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

Re: [viff-patches] [PATCH 1 of 1] Clone errors

2009-06-11 Thread Martin Geisler
Thomas P Jakobsen writes: > # HG changeset patch > # User Thomas P Jakobsen > # Date 1244721950 -7200 > # Node ID e1270881794e39f81445820c4133fad317af6e0f > # Parent 8ec45943c12ab91430d03a8895aabc6f64fe7a37 > Clone errors. Please don't make a big and interesting [0 of 1] mail with all the good