[pypy-svn] r55622 - pypy/dist/pypy/doc

arigo at codespeak.net arigo at codespeak.net
Fri Jun 6 10:05:52 CEST 2008


Author: arigo
Date: Fri Jun  6 10:05:51 2008
New Revision: 55622

Modified:
   pypy/dist/pypy/doc/faq.txt
Log:
Add this precision (thanks anto).


Modified: pypy/dist/pypy/doc/faq.txt
==============================================================================
--- pypy/dist/pypy/doc/faq.txt	(original)
+++ pypy/dist/pypy/doc/faq.txt	Fri Jun  6 10:05:51 2008
@@ -298,6 +298,12 @@
 imagine that he might get a (very little) bit of support from us,
 though.
 
+Alternatively, it's possible to write a mixed-module, i.e. an extension
+module for PyPy in RPython, which you can then import from your Python
+program when it runs on top of PyPy.  This is similar to writing a C
+extension module for CPython in term of investment of effort (without
+all the INCREF/DECREF mess, though).
+
 ------------------------------------------------------
 What's the ``"NOT_RPYTHON"`` I see in some docstrings?
 ------------------------------------------------------



More information about the Pypy-commit mailing list