Author: Ronan Lamy <[email protected]> Branch: py3.5 Changeset: r91316:0ab207b3359d Date: 2017-05-16 20:27 +0100 http://bitbucket.org/pypy/pypy/changeset/0ab207b3359d/
Log: Document PyBuffer diff --git a/pypy/doc/whatsnew-pypy3-head.rst b/pypy/doc/whatsnew-pypy3-head.rst --- a/pypy/doc/whatsnew-pypy3-head.rst +++ b/pypy/doc/whatsnew-pypy3-head.rst @@ -21,3 +21,8 @@ .. branch: py3.5-mac-translate Fix for different posix primitives on MacOS + +.. branch: PyBuffer + +Internal refactoring of memoryviews and buffers, fixing some related +performance issues. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
