[pypy-svn] r51618 - pypy/dist/pypy/doc/discussion

fijal at codespeak.net fijal at codespeak.net
Tue Feb 19 00:33:56 CET 2008


Author: fijal
Date: Tue Feb 19 00:33:55 2008
New Revision: 51618

Modified:
   pypy/dist/pypy/doc/discussion/ctypes_todo.txt
Log:
status update


Modified: pypy/dist/pypy/doc/discussion/ctypes_todo.txt
==============================================================================
--- pypy/dist/pypy/doc/discussion/ctypes_todo.txt	(original)
+++ pypy/dist/pypy/doc/discussion/ctypes_todo.txt	Tue Feb 19 00:33:55 2008
@@ -16,12 +16,9 @@
   - raw structure/arrays as function arguments/result types are not supported
     (even on _rawffi level)
 
-  - not all combinations of arrays/structures inlined in other
-    arrays/structures work.
-
   - bitfields are not implemented
 
-* keepalive is not there (everything is kept alive forever basically)
+  - byteorder is not implemented
 
 * as all stuff is applevel, we cannot have it really fast right now.
 



More information about the Pypy-commit mailing list