[pypy-commit] pypy default: document merged branches

mattip pypy.commits at gmail.com
Mon Jul 31 15:59:07 EDT 2017


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r92003:97134fb162c0
Date: 2017-07-31 22:57 +0300
http://bitbucket.org/pypy/pypy/changeset/97134fb162c0/

Log:	document merged branches

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
@@ -38,3 +38,18 @@
 
 Renaming of ``cppyy`` to ``_cppyy``.
 The former is now an external package installable with ``pip install cppyy``.
+
+.. branch: Enable_PGO_for_clang
+
+.. branch: nopax
+
+Deleted ``--nopax`` option
+
+.. branch: pypy_bytearray
+
+Improve ``bytearray`` performance (backported from py3.5)
+
+.. branch: gc-del-limit-growth
+
+Fix the bounds in the GC when allocating a lot of objects with finalizers,
+fixes issue #2590


More information about the pypy-commit mailing list