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

cfbolz at codespeak.net cfbolz at codespeak.net
Sun Sep 30 13:45:46 CEST 2007


Author: cfbolz
Date: Sun Sep 30 13:45:45 2007
New Revision: 47033

Modified:
   pypy/dist/pypy/doc/cleanup-todo.txt
Log:
list of rctypes-modules that need to be rewritten.


Modified: pypy/dist/pypy/doc/cleanup-todo.txt
==============================================================================
--- pypy/dist/pypy/doc/cleanup-todo.txt	(original)
+++ pypy/dist/pypy/doc/cleanup-todo.txt	Sun Sep 30 13:45:45 2007
@@ -32,4 +32,15 @@
  - review the things implemented at applevel whether they are performance-
    critical
 
- - review threading (especially GIL). It's segfaulting quite often now.
+ - rewrite the following rctypes modules using rffi:
+  - bz2
+  - crypt
+  - _ssl
+  - errno
+  - fcntl
+  - select
+  - mmap
+  - rctime
+  - readlione
+  - select
+  - signal



More information about the Pypy-commit mailing list