[pypy-commit] cffi cffi-1.0: To-do

arigo noreply at buildbot.pypy.org
Thu May 7 12:38:30 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-1.0
Changeset: r1918:616d66ded338
Date: 2015-05-07 12:35 +0200
http://bitbucket.org/cffi/cffi/changeset/616d66ded338/

Log:	To-do

diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -1,3 +1,11 @@
 
 
-Add other required types from stdint.h
+* write docs!
+
+* version-1.0.0.diff
+
+* mention todo: cffi-runtime package
+
+* mention todo: ffi.new("xyz") makes {"xyz": <ctype>} always immortal
+
+* mention todo: dlopen(), by "compiling" a cdef()-only FFI into a .py module


More information about the pypy-commit mailing list