[pypy-commit] cffi default: In-progress

2013-12-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r1442:e0127af4bf42 Date: 2013-12-08 12:10 +0100 http://bitbucket.org/cffi/cffi/changeset/e0127af4bf42/ Log:In-progress diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1270,15 +1270,15 @@

[pypy-commit] cffi default: In-progress: tweaks to support the case of the same StructType being

2012-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r1084:da1d30f32b63 Date: 2012-11-30 12:17 -0800 http://bitbucket.org/cffi/cffi/changeset/da1d30f32b63/ Log:In-progress: tweaks to support the case of the same StructType being instantiated on multiple ffi's (and then returning the same backend

[pypy-commit] cffi default: in-progress

2012-08-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r885:8e0c963ef064 Date: 2012-08-23 17:47 +0200 http://bitbucket.org/cffi/cffi/changeset/8e0c963ef064/ Log:in-progress diff --git a/cffi/model.py b/cffi/model.py --- a/cffi/model.py +++ b/cffi/model.py @@ -176,6 +176,16 @@ self.fldtypes = fldtyp