Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r527:c5636881b4d5
Date: 2013-09-11 20:26 +0200
http://bitbucket.org/pypy/stmgc/changeset/c5636881b4d5/

Log:    I *think* this is what is needed

diff --git a/c4/stmsync.c b/c4/stmsync.c
--- a/c4/stmsync.c
+++ b/c4/stmsync.c
@@ -218,6 +218,8 @@
     struct tx_descriptor *d = thread_descriptor;
     if (!d->atomic)
         CommitTransaction();
+    else
+        BecomeInevitable("stm_commit_transaction but atomic");
 }
 
 void stm_begin_inevitable_transaction(void)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to