[pypy-svn] r49800 - pypy/extradoc/planning/roadmap

xoraxax at codespeak.net xoraxax at codespeak.net
Fri Dec 14 18:42:37 CET 2007


Author: xoraxax
Date: Fri Dec 14 18:42:36 2007
New Revision: 49800

Modified:
   pypy/extradoc/planning/roadmap/cpython_replacement.txt
Log:
Make the cpython api task a separate one.


Modified: pypy/extradoc/planning/roadmap/cpython_replacement.txt
==============================================================================
--- pypy/extradoc/planning/roadmap/cpython_replacement.txt	(original)
+++ pypy/extradoc/planning/roadmap/cpython_replacement.txt	Fri Dec 14 18:42:36 2007
@@ -23,10 +23,13 @@
 to recompile all of PyPy every time you want to integrate a new extension
 module. This requires supporting separate compilation.
 
-Also this would be interesting ground work for a try to compile cpython modules
-with a pypy-supplied Python.h file and link them to pypy. This would require
-writing a lot of new functions (for the CPython API), though. Also it is not
-clear how large the expected speed impact would be (because of e. g. pinning).
+Providing the CPython C-API
+===========================
+Separate compilation would be interesting ground work for a try to compile
+cpython modules with a pypy-supplied Python.h file and link them to pypy. This
+would require writing a lot of new functions (for the CPython API), though.
+Also it is not clear how large the expected speed impact would be (because of 
+e.g. pinning).
 
 Support a tool like Swig or Boost
 =================================



More information about the Pypy-commit mailing list