Author: Ronan Lamy <[email protected]> Branch: Changeset: r68834:6c97b595273c Date: 2014-01-21 19:33 +0000 http://bitbucket.org/pypy/pypy/changeset/6c97b595273c/
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 @@ -48,3 +48,7 @@ .. branch: remove-del-from-generatoriterator Speed up generators that don't yield inside try or wait blocks by skipping unnecessary cleanup. + +.. branch: annotator +Remove FlowObjSpace. +Improve cohesion between rpython.flowspace and rpython.annotator. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
