[pypy-svn] r47484 - pypy/dist/pypy/module/_ffi

fijal at codespeak.net fijal at codespeak.net
Tue Oct 16 09:38:42 CEST 2007


Author: fijal
Date: Tue Oct 16 09:38:41 2007
New Revision: 47484

Added:
   pypy/dist/pypy/module/_ffi/TODO
Log:
a todo for _ffi module


Added: pypy/dist/pypy/module/_ffi/TODO
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/module/_ffi/TODO	Tue Oct 16 09:38:41 2007
@@ -0,0 +1,11 @@
+
+* long support with all messy corners (when to create long integer and
+  such)
+
+* add arrays
+
+* setattr on structures (finish)
+
+* keyword arguments for structure creation
+
+* make it all rpython



More information about the Pypy-commit mailing list