[pypy-commit] stmgc rewind_setjmp: Fix demo_random in this branch

arigo noreply at buildbot.pypy.org
Sat Aug 9 18:17:14 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: rewind_setjmp
Changeset: r1287:8b798ea89719
Date: 2014-08-09 18:17 +0200
http://bitbucket.org/pypy/stmgc/changeset/8b798ea89719/

Log:	Fix demo_random in this branch

diff --git a/c7/stm/forksupport.c b/c7/stm/forksupport.c
--- a/c7/stm/forksupport.c
+++ b/c7/stm/forksupport.c
@@ -193,6 +193,7 @@
         strcpy(pr->marker_self, "fork");
         stm_abort_transaction();
     }
+    rewind_jmp_forget(&tl->rjthread);
     stm_rewind_jmp_leaveframe(tl, &rjbuf);
 }
 


More information about the pypy-commit mailing list