[pypy-commit] cffi cffi-1.0: add _cffi_typenames

arigo noreply at buildbot.pypy.org
Fri Apr 10 11:58:13 CEST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: cffi-1.0
Changeset: r1684:bc6bab2c3d45
Date: 2015-04-10 11:58 +0200
http://bitbucket.org/cffi/cffi/changeset/bc6bab2c3d45/

Log:	add _cffi_typenames

diff --git a/new/PLAN b/new/PLAN
--- a/new/PLAN
+++ b/new/PLAN
@@ -94,6 +94,15 @@
 }
 
 
+_cffi_typenames
+---------------
+
+struct {
+    const char *name;
+    int type_index;          // -> _cffi_types
+}
+
+
 _cffi_constants
 ---------------
 


More information about the pypy-commit mailing list