[pypy-svn] r51299 - pypy/dist/pypy/doc/discussion
fijal at codespeak.net
fijal at codespeak.net
Tue Feb 5 18:54:59 CET 2008
Author: fijal
Date: Tue Feb 5 18:54:57 2008
New Revision: 51299
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 Tue Feb 5 18:54:57 2008
@@ -21,6 +21,10 @@
- unicode is not implemented (all the conversion functions and friends)
+ - bitfields are not implemented
+
+
+
* keepalive is not there (everything is kept alive forever basically)
* as all stuff is applevel, we cannot have it really fast right now.
More information about the pypy-svn
mailing list