Commit a0e2b420 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent d86c54da
...@@ -11,6 +11,9 @@ Features added ...@@ -11,6 +11,9 @@ Features added
* C functions can coerce to Python functions, which allows passing them * C functions can coerce to Python functions, which allows passing them
around as callable objects. around as callable objects.
* C arrays can be assigned by value and auto-coerce from Python iterables
and to Python lists (and tuples).
* Extern C functions can now be declared as cpdef to export them to * Extern C functions can now be declared as cpdef to export them to
the module's Python namespace. Extern C functions in pxd files export the module's Python namespace. Extern C functions in pxd files export
their values to their own module, iff it exists. their values to their own module, iff it exists.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment