[pypy-commit] stmgc default: Fix

arigo noreply at buildbot.pypy.org
Thu Jun 27 18:33:13 CEST 2013


Author: Armin Rigo <arigo at 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);


More information about the pypy-commit mailing list