[pypy-commit] cffi default: Side-effect: the ctypes backend now supports verify().

arigo noreply at buildbot.pypy.org
Sat Aug 4 17:53:01 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r778:4e632efa7c2e
Date: 2012-08-04 17:52 +0200
http://bitbucket.org/cffi/cffi/changeset/4e632efa7c2e/

Log:	Side-effect: the ctypes backend now supports verify().

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -99,8 +99,7 @@
 
 * or you can directly import and use ``cffi``, but if you don't
   compile the ``_cffi_backend`` extension module, it will fall back
-  to using internally ``ctypes`` (much slower and does not support
-  ``verify()``; we recommend not to use it).
+  to using internally ``ctypes`` (much slower; we recommend not to use it).
 
 * running the tests: ``py.test c/ testing/ -x`` (if you didn't
   install cffi yet, you may need ``python setup_base.py build``


More information about the pypy-commit mailing list