Cython 0.12 has been released:
http://pypi.python.org/pypi/Cython/0.12
The release notes:
http://wiki.cython.org/ReleaseNotes-0.12
are interesting, as they indicate type inference is now available, which should make writing fast extensions much easier. C pointers can also now be sliced and iterated over.
-Matt