[pypy-commit] pypy var-in-Some: update whatsnew

rlamy noreply at buildbot.pypy.org
Fri Oct 10 18:28:18 CEST 2014


Author: Ronan Lamy <ronan.lamy at gmail.com>
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.


More information about the pypy-commit mailing list