[pypy-commit] pypy default: document merged branch

rlamy pypy.commits at gmail.com
Fri Mar 3 06:53:54 EST 2017


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: 
Changeset: r90507:64e48b7abe6f
Date: 2017-03-03 12:53 +0100
http://bitbucket.org/pypy/pypy/changeset/64e48b7abe6f/

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
@@ -163,3 +163,9 @@
 .. branch: fix_bool_restype
 
 Fix for ``ctypes.c_bool``-returning ctypes functions
+
+.. branch: fix-cpyext-releasebuffer
+
+Improve handling of the Py3-style buffer slots in cpyext: fix memoryviews
+keeping objects alive forever (missing decref), and make sure that
+bf_releasebuffer is called when it should, e.g. from PyBuffer_Release.


More information about the pypy-commit mailing list