[pypy-commit] pypy default: Mention Cython.

arigo noreply at buildbot.pypy.org
Fri Sep 2 09:00:20 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r47007:e9cb09c6e277
Date: 2011-09-02 08:59 +0200
http://bitbucket.org/pypy/pypy/changeset/e9cb09c6e277/

Log:	Mention Cython.

diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -329,7 +329,8 @@
 * Second, and perhaps most important: do you have a really good reason
   for writing the module in RPython in the first place?  Nowadays you
   should really look at alternatives, like writing it in pure Python,
-  using ctypes if it needs to call C code.
+  using ctypes if it needs to call C code.  Other alternatives are being
+  developed too (as of summer 2011), like a Cython binding.
 
 In this context it is not that important to be able to translate
 RPython modules independently of translating the complete interpreter.


More information about the pypy-commit mailing list