[pypy-commit] cffi default: Update the TODO list

arigo noreply at buildbot.pypy.org
Fri Jul 13 19:18:22 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r635:79e770687f98
Date: 2012-07-13 19:18 +0200
http://bitbucket.org/cffi/cffi/changeset/79e770687f98/

Log:	Update the TODO list

diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -1,17 +1,12 @@
-
-Current status
---------------
-
-* works as a ctypes replacement
-* can use internally either ctypes or a C extension module
 
 
 Next steps
 ----------
 
-the verify() step, which is missing:
+verify() handles "typedef ... some_integer_type", but this creates
+an opaque type that works like a struct (so we can't get the value
+out of it).
 
-* typedef ... some_integer_type;
+need to save and cache '_cffi_N.c'
 
-
-_ffi backend for PyPy
+_cffi backend for PyPy


More information about the pypy-commit mailing list