Author: Armin Rigo <[email protected]> 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 _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
