Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r307:7543e6ddbf3a
Date: 2013-06-27 17:06 +0200
http://bitbucket.org/pypy/stmgc/changeset/7543e6ddbf3a/

Log:    Fix

diff --git a/duhton/transaction.c b/duhton/transaction.c
--- a/duhton/transaction.c
+++ b/duhton/transaction.c
@@ -102,6 +102,8 @@
     }
 
     /* we have at least one thread-local transaction pending */
+    stm_thread_local_obj = NULL;
+
     _du_read1(pending);
     DuObject *result = _DuCons_CAR(pending);
     DuObject *next = _DuCons_NEXT(pending);
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to