[pypy-commit] pypy default: Document branch

arigo pypy.commits at gmail.com
Sun May 1 02:42:41 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r84086:e4719d2c29a7
Date: 2016-05-01 08:42 +0200
http://bitbucket.org/pypy/pypy/changeset/e4719d2c29a7/

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
@@ -45,7 +45,12 @@
   - improve tracking of PyObject to rpython object mapping
   - support tp_as_{number, sequence, mapping, buffer} slots
 
+(makes the pypy-c bigger; this was fixed subsequently by the
+share-cpyext-cpython-api branch)
+
 .. branch: share-mapdict-methods-2
 
 Reduce generated code for subclasses by using the same function objects in all
 generated subclasses.
+
+.. branch: share-cpyext-cpython-api


More information about the pypy-commit mailing list