Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r89485:9bfc055b22fc Date: 2017-01-10 23:44 +0200 http://bitbucket.org/pypy/pypy/changeset/9bfc055b22fc/
Log: document merged 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 @@ -97,3 +97,7 @@ Fix a test failure introduced by strbuf-as-buffer +.. branch: cpyext-FromBuffer + +Do not recreate the object in PyMemoryView_FromBuffer, rather pass it to +the returned PyMemoryViewObject, to take ownership of it. Fixes a ref leak. _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit