Floris Bruynooghe wrote: > I'm slightly confused about some memory allocations in the C API.
If you want to reduce the number of things you have to get your head around, learn Cython instead of the raw C-API. It's basically Python, does all the reference counting for you and also reduces the amount of memory handling you have to care about. http://cython.org/ Stefan -- http://mail.python.org/mailman/listinfo/python-list