Author: Remi Meier <remi.me...@inf.ethz.ch>
Branch: parallel-pulling
Changeset: r1253:d22ba5bca030
Date: 2014-06-19 13:58 +0200
http://bitbucket.org/pypy/stmgc/changeset/d22ba5bca030/

Log:    add missing pull_committed_changes()

diff --git a/c7/stm/core.c b/c7/stm/core.c
--- a/c7/stm/core.c
+++ b/c7/stm/core.c
@@ -540,6 +540,8 @@
     if (detect_write_read_conflicts())
         goto restart;
 
+    pull_committed_changes();
+
     /* cannot abort any more from here */
     dprintf(("commit_transaction\n"));
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to