[pypy-commit] cffi default: Remove steps done

arigo noreply at buildbot.pypy.org
Thu Jul 26 16:49:07 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r684:9649baebe9a6
Date: 2012-07-26 16:48 +0200
http://bitbucket.org/cffi/cffi/changeset/9649baebe9a6/

Log:	Remove steps done

diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -3,12 +3,8 @@
 Next steps
 ----------
 
-ffi.new(): require a pointer-or-array type?
-
 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).
 
-need to save and cache '_cffi_N.c'
-
 _cffi backend for PyPy


More information about the pypy-commit mailing list