Author: Carl Friedrich Bolz-Tereick <[email protected]> Branch: pyparser-improvements Changeset: r94169:ec7d9790f8f9 Date: 2018-03-29 10:44 +0200 http://bitbucket.org/pypy/pypy/changeset/ec7d9790f8f9/
Log: document branch 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 @@ -79,3 +79,8 @@ - in rare "trace is too long" situations, the JIT could break behaviour arbitrarily. + + +.. branch: pyparser-improvements + +Improve speed of Python parser, improve ParseError messages slightly. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
