[cfe-dev] Python bindings in 3.0rc1
Anders Waldenborg
anders at 0x63.nu
Tue Oct 18 12:52:52 PDT 2011
Hi,
I wasn't aware of the 3.0 branching when I posted some patches for the
python bindings to cfe-commits. I just want to make some
clarifications on the patches in the light of this. (I hope I got the
right code owners).
* [PATCH 1/4] [PYTHON] Add xdata field to Cursor structures.
This is a bugfix. Without this the python bindings are non functional
and basically crashes immediately.
* [PATCH 2/4] [PYTHON] Fix error message for unknown type kind.
This is a non-important bugfix. It is a copy-paste error giving a
confusing error message (for something that never should happen).
* [PATCH 3/4] [PYTHON] Add TypeKind.CONSTANTARRAY
This is a bugfix. Without this fix one get an exception when trying
to get the kind of a constantarray type object in python.
* [PATCH 4/4] [PYTHON] Add support for constant arrays.
This adds support for getting the element type and array size on
constant array type objects. So this is more of a new feature.
anders
More information about the cfe-dev
mailing list