Author: Armin Rigo <[email protected]>
Branch: stm-thread
Changeset: r54926:16cc057b85aa
Date: 2012-05-07 10:50 +0200
http://bitbucket.org/pypy/pypy/changeset/16cc057b85aa/

Log:    Missing.

diff --git a/pypy/rlib/rstm.py b/pypy/rlib/rstm.py
--- a/pypy/rlib/rstm.py
+++ b/pypy/rlib/rstm.py
@@ -75,3 +75,4 @@
     stmgcintf.StmOperations.perform_transaction(llcallback, llarg, adr_of_top)
     after_external_call()
     keepalive_until_here(arg)
+perform_transaction._transaction_break_ = True
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to