Author: Armin Rigo <[email protected]>
Branch: stmgc-c7
Changeset: r75796:3324de0ff750
Date: 2015-02-10 11:27 +0100
http://bitbucket.org/pypy/pypy/changeset/3324de0ff750/

Log:    Marginally better

diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py
--- a/rpython/rlib/rstm.py
+++ b/rpython/rlib/rstm.py
@@ -74,7 +74,7 @@
     llop.stm_become_globally_unique_transaction(lltype.Void)
 
 def partial_commit_and_resume_other_threads():
-    pass    # for now
+    hint_commit_soon()    # for now
 
 @specialize.arg(0)
 def should_break_transaction(keep):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to