Author: Armin Rigo <ar...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to