http://hg.viff.dk/viff/rev/e1e0c107c40b
changeset: 1178:e1e0c107c40b
user:      Marcel Keller <[email protected]>
date:      Wed May 13 11:12:20 2009 +0200
summary:   Removed obsolete comment.

diffstat:

1 file changed, 5 deletions(-)
viff/runtime.py |    5 -----

diffs (15 lines):

diff -r e86a007bddbd -r e1e0c107c40b viff/runtime.py
--- a/viff/runtime.py   Thu May 07 11:09:47 2009 +0200
+++ b/viff/runtime.py   Wed May 13 11:12:20 2009 +0200
@@ -601,11 +601,6 @@
         Any extra arguments are passed to the callback as with
         :meth:`addCallback`.
         """
-        # TODO, http://tracker.viff.dk/issue22: When several callbacks
-        # are scheduled from the same method, they all save the same
-        # program counter. Simply decorating callback with increase_pc
-        # does not seem to work (the multiplication benchmark hangs).
-        # This should be fixed.
         saved_pc = self.program_counter[:]
 
         @wrapper(func)
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to