[pypy-commit] pypy default: Document two branches

arigo pypy.commits at gmail.com
Sat Aug 13 03:20:14 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r86183:888cb191638e
Date: 2016-08-13 09:19 +0200
http://bitbucket.org/pypy/pypy/changeset/888cb191638e/

Log:	Document two 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
@@ -128,3 +128,13 @@
 .. branch: cpyext-realloc
 
 Implement PyObject_Realloc
+
+.. branch: inline-blocks
+
+Improve a little bit the readability of the generated C code
+
+.. branch: improve-vmprof-testing
+
+Improved vmprof support: now tries hard to not miss any Python-level
+frame in the captured stacks, even if there is the metainterp or
+blackhole interp involved.  Also fix the stacklet (greenlet) support.


More information about the pypy-commit mailing list