Author: mattip <[email protected]> Branch: stdlib-2.7.9 Changeset: r75879:05f4ad78e358 Date: 2015-02-14 23:35 +0200 http://bitbucket.org/pypy/pypy/changeset/05f4ad78e358/
Log: update what's new 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 @@ -8,3 +8,8 @@ .. branch: vmprof .. branch: stackroot-speedup-2 +Avoid tracing all stack roots during repeated minor collections, +by ignoring the part of the stack that didn't change + +.. branch: stdlib-2.7.9 +Update stdlib to version 2.7.9 _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
