Author: Armin Rigo <[email protected]>
Branch: stm-thread
Changeset: r54929:495197d761d2
Date: 2012-05-07 12:00 +0200
http://bitbucket.org/pypy/pypy/changeset/495197d761d2/

Log:    Fix.

diff --git a/pypy/translator/stm/src_stm/core.c 
b/pypy/translator/stm/src_stm/core.c
--- a/pypy/translator/stm/src_stm/core.c
+++ b/pypy/translator/stm/src_stm/core.c
@@ -665,6 +665,7 @@
       tx_spinloop(6);
     }
   d->setjmp_buf = NULL;   /* inevitable from now on */
+  d->active = 2;
 #ifdef RPY_STM_DEBUG_PRINT
   PYPY_DEBUG_STOP("stm-inevitable");
 #endif
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to