Author: mattip <[email protected]>
Branch: 
Changeset: r80378:fda97fe4a9d5
Date: 2015-10-21 23:16 +1100
http://bitbucket.org/pypy/pypy/changeset/fda97fe4a9d5/

Log:    better document cffi 1.3

diff --git a/pypy/doc/release-4.0.0.rst b/pypy/doc/release-4.0.0.rst
--- a/pypy/doc/release-4.0.0.rst
+++ b/pypy/doc/release-4.0.0.rst
@@ -73,7 +73,8 @@
 While not applicable only to PyPy, `cffi`_ is arguably our most significant
 contribution to the python ecosystem. Armin Rigo continued improving it,
 and PyPy reaps the benefits of cffi-1.3: improved manangement of object
-lifetimes, __stdcall on Win32, ffi.memmove(), ...
+lifetimes, __stdcall on Win32, ffi.memmove(), and percolate ``const``,
+``restrict`` keywords from cdef to C code.
 
 .. _`warmup time and memory overhead used for tracing`: 
http://morepypy.blogspot.com/2015/10
 .. _`vectorization`: http://pypyvecopt.blogspot.co.at/
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to