[pypy-svn] r74353 - pypy/extradoc/talk/ep2010

antocuni at codespeak.net antocuni at codespeak.net
Mon May 3 21:49:35 CEST 2010


Author: antocuni
Date: Mon May  3 21:49:32 2010
New Revision: 74353

Modified:
   pypy/extradoc/talk/ep2010/abstract.txt
Log:
complete this section. I don't really know much about cpyext, so I had to write it as general as possibile :-)



Modified: pypy/extradoc/talk/ep2010/abstract.txt
==============================================================================
--- pypy/extradoc/talk/ep2010/abstract.txt	(original)
+++ pypy/extradoc/talk/ep2010/abstract.txt	Mon May  3 21:49:32 2010
@@ -61,7 +61,14 @@
 Part 3 - cpyext, or how C extension modules can work in PyPy
 =============================================================
 
-This part of the talk is ...
+In this part, we will talk about the new cpyext module, that allow PyPy to use
+the extension modules of CPython written in C.  In particular:
+
+* How it works
+
+* What are the drawbacks, and the current status
+
+* What are the incompatibilities, and how to solve them
 
 
 Authors: Antonio Cuni, Amaury Forgeot d'Arc, Armin Rigo



More information about the Pypy-commit mailing list