[pypy-svn] r79344 - pypy/trunk/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Mon Nov 22 14:23:32 CET 2010


Author: fijal
Date: Mon Nov 22 14:23:30 2010
New Revision: 79344

Modified:
   pypy/trunk/pypy/doc/release-1.4.0beta.txt
Log:
point to patches

Modified: pypy/trunk/pypy/doc/release-1.4.0beta.txt
==============================================================================
--- pypy/trunk/pypy/doc/release-1.4.0beta.txt	(original)
+++ pypy/trunk/pypy/doc/release-1.4.0beta.txt	Mon Nov 22 14:23:30 2010
@@ -20,7 +20,9 @@
 * x86_64 JIT backend
 
 * since PyPy 1.3 we have an experimental support for CPython C extensions.
-  Those has to be recompiled using `pypy setup.py build`
+  Those has to be recompiled using `pypy setup.py build`. Extensions usually
+  have to be tweaked for e.g. refcounting bugs that don't manifest on CPython.
+  There is a `list of patches`_ available for some extensions.
 
 * rewritten fast and jitted regular expressions
 
@@ -30,3 +32,5 @@
 
 Cheers,
 The PyPy team
+
+.. _`list of patches`: http://codespeak.net/svn/pypy/trunk/pypy/module/cpyext/patches/



More information about the Pypy-commit mailing list