Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2425:76cf0a4277ed
Date: 2015-11-23 13:23 +0100
http://bitbucket.org/cffi/cffi/changeset/76cf0a4277ed/

Log:    Add whatsnew

diff --git a/doc/source/whatsnew.rst b/doc/source/whatsnew.rst
--- a/doc/source/whatsnew.rst
+++ b/doc/source/whatsnew.rst
@@ -3,6 +3,18 @@
 ======================
 
 
+v1.4.0
+======
+
+* ``ffi.new_handle()`` is now guaranteed to return unique ``void *``
+  values, even if called twice on the same object.  Previously, in
+  that case, CPython (but not PyPy) would return different ``cdata``
+  objects with the same ``void *`` value.  This is useful to add and
+  remove handles from a global set without worrying about duplicates.
+
+* ``ffi.init_once()`` XXX
+
+
 v1.3.1
 ======
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to