Author: Richard Plangger <[email protected]>
Branch: 
Changeset: r89357:30d4a493e334
Date: 2017-01-04 11:03 +0100
http://bitbucket.org/pypy/pypy/changeset/30d4a493e334/

Log:    document strbuf-as-buffer 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
@@ -81,3 +81,9 @@
 
 Support translations of cpyext with the Boehm GC (for special cases like
 revdb).
+
+.. branch: strbuf-as-buffer
+
+Implement StringBuffer.get_raw_address (missing feature for the buffer 
protocol).
+More generally it is now possible to obtain the address of any object (if it
+is readonly) without pinning it.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to