Author: Armin Rigo <ar...@tunes.org>
Branch: stmgc-c7-rewindjmp
Changeset: r72840:7f570c76ae70
Date: 2014-08-17 10:25 +0200
http://bitbucket.org/pypy/pypy/changeset/7f570c76ae70/

Log:    Bah

diff --git a/rpython/memory/gctransform/stmframework.py 
b/rpython/memory/gctransform/stmframework.py
--- a/rpython/memory/gctransform/stmframework.py
+++ b/rpython/memory/gctransform/stmframework.py
@@ -157,9 +157,8 @@
 
     # sync with lloperation.py
     gct_stm_become_inevitable                       = _gct_with_roots_pushed
-
     gct_stm_become_globally_unique_transaction      = _gct_with_roots_pushed
-    gct_stm_perform_transaction                     = _gct_with_roots_pushed
+    gct_stm_transaction_break                       = _gct_with_roots_pushed
 
 
 class StmRootWalker(BaseRootWalker):
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to