Author: Armin Rigo <[email protected]>
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);
}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit