http://cython.org/
Looks promising, especially Cython. I'm going to test both of them.
Update #1. After I tested ctypes with some C shared object which calculates periods of time series, I found ctypes is about 5% slower than pure C. Well, I need to test more, however, it looks very good so far. Only 5% :)