Author: Armin Rigo <ar...@tunes.org> Branch: stmgc-c7-rewindjmp Changeset: r72877:e7b26f5a2320 Date: 2014-08-18 14:27 +0200 http://bitbucket.org/pypy/pypy/changeset/e7b26f5a2320/
Log: Fix diff --git a/pypy/module/pypyjit/interp_jit.py b/pypy/module/pypyjit/interp_jit.py --- a/pypy/module/pypyjit/interp_jit.py +++ b/pypy/module/pypyjit/interp_jit.py @@ -44,8 +44,7 @@ pypyjitdriver = PyPyJitDriver(get_printable_location = get_printable_location, should_unroll_one_iteration = should_unroll_one_iteration, - name='pypyjit', - stm_do_transaction_breaks=True) + name='pypyjit') class __extend__(PyFrame): _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit