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

pedronis at codespeak.net pedronis at codespeak.net
Wed Feb 27 22:39:48 CET 2008


Author: pedronis
Date: Wed Feb 27 22:39:45 2008
New Revision: 51908

Modified:
   pypy/dist/pypy/doc/discussion/ctypes_todo.txt
Log:
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	Wed Feb 27 22:39:45 2008
@@ -15,13 +15,12 @@
   - there are features, which we don't support like buffer() and
     array() protocols.
 
-  - decide who should create own and free the needed ffitypes for structures by value args,
-    right now we simple leak them. Structure types etc seem the right place for this.
+  - started refactoring (on the rawffi-shape-cleanup) to use rawffi types
+    instead of size, aligment tuples to describe members and arguments.
+    Rawffi composite types should be able to create corresponding ffi_types.
 
   - no tests for passing a union by value
 
-  - returning structures by value is still not implemented
-
   - for some ABIs we will need completely filled ffitypes to do the right thing for passing
     structures by value
 



More information about the Pypy-commit mailing list