Author: Alex Gaynor <[email protected]> Branch: Changeset: r67628:06b2c9fd9c98 Date: 2013-10-25 18:42 -0700 http://bitbucket.org/pypy/pypy/changeset/06b2c9fd9c98/
Log: document this branch to diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++ b/pypy/doc/whatsnew-head.rst @@ -117,3 +117,7 @@ .. branch: remove-eval-frame remove a pointless abstraction + +.. branch: jit-settrace +Allow the jit to continue running when sys.settrace() is active, necessary to +make coverage.py fast _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
