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

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Feb 21 14:11:00 CET 2008


Author: cfbolz
Date: Thu Feb 21 14:10:59 2008
New Revision: 51719

Modified:
   pypy/dist/pypy/doc/discussion/ctypes_todo.txt
Log:
add a todo item about _fields_ being tuples


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	Thu Feb 21 14:10:59 2008
@@ -8,6 +8,8 @@
     are missing or not comprehensive. Some tests are skipped because I didn't
     understand the details.
 
+  - _fields_ can be tuples too as well as lists
+
   - restype being a function is not working.
 
   - there are features, which we don't support like buffer() and



More information about the Pypy-commit mailing list