Author: Remi Meier <remi.me...@inf.ethz.ch>
Branch: 
Changeset: r1348:45b6f201404c
Date: 2014-09-04 11:20 +0200
http://bitbucket.org/pypy/stmgc/changeset/45b6f201404c/

Log:    let's just do that for now

diff --git a/c8/stm/core.c b/c8/stm/core.c
--- a/c8/stm/core.c
+++ b/c8/stm/core.c
@@ -113,6 +113,7 @@
         result->written[i] = (object_t*)list_item(lst, i);
     }
     result->written[count] = NULL;
+    result->committing = false;
     spinlock_acquire(result->committing); /* =true */
 
     return result;
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to