Author: Matti Picus <[email protected]> Branch: Changeset: r84789:b5a883082039 Date: 2016-05-28 20:58 +0300 http://bitbucket.org/pypy/pypy/changeset/b5a883082039/
Log: document 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 @@ -113,3 +113,12 @@ optimizations: for example, app-level code like ``x / 2`` or ``x % 2`` can now be turned into ``x >> 1`` or ``x & 1``, even if x is possibly negative. + +.. branch: cpyext-old-buffers + +Generalize cpyext old-style buffers to more than just str/buffer, add support for mmap + +.. branch: numpy-includes + +Move _numpypy headers into a directory so they are not picked up by upstream numpy, scipy +This allows building upstream numpy and scipy in pypy via cpyext _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
