Author: Carl Friedrich Bolz <[email protected]> Branch: foldable-getarrayitem-indexerror Changeset: r65856:b5c526aa2b94 Date: 2013-07-31 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/b5c526aa2b94/
Log: a what's new entry 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 @@ -31,3 +31,6 @@ more precise information about which functions can be called. Needed for Topaz. .. branch: ssl_moving_write_buffer + +.. branch: foldable-getarrayitem-indexerror +Constant-fold reading out of constant tuples in PyPy. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
