Author: Ronan Lamy <[email protected]> Branch: var-in-Some Changeset: r73888:cf0d3249948d Date: 2014-10-10 17:27 +0100 http://bitbucket.org/pypy/pypy/changeset/cf0d3249948d/
Log: update whatsnew 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 @@ -15,3 +15,7 @@ .. branch: rtyper-stuff Small internal refactorings in the rtyper. + +.. branch: var-in-Some +Store annotations on the Variable objects, rather than in a big dict. +Introduce a new framework for double-dispatched annotation implementations. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
