Author: Armin Rigo <[email protected]>
Branch: c8-new-page-handling
Changeset: r1417:8866dac9e6ab
Date: 2014-09-23 20:54 +0200
http://bitbucket.org/pypy/stmgc/changeset/8866dac9e6ab/

Log:    Confused, but that's enough for tonight

diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -290,6 +290,7 @@
                     needs_abort = true;
                 }
             }
+            /* XXXX Here I'm doing something wrong -- arigo */
             reapply_undo_log(undo);
         }
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to