I am having a problem using Scipy\'s griddata inside a loop. Basically what happens is that the memory grows without bound while the loop is running.
To reproduce the pr
It's a bug in Cython, should be worked around in Scipy's final 0.12.0 release.