On Wed, May 28, 2014 at 5:56 AM, Neal Becker wrote:
> I'm trying to track down a memory leak in a fairly large code. It uses a lot
> of
> numpy, and a bit of c++-wrapped code. I don't yet know if the leak is purely
> python or is caused by the c++ modules.
Something to try, which would separat
I'm trying to track down a memory leak in a fairly large code. It uses a lot
of
numpy, and a bit of c++-wrapped code. I don't yet know if the leak is purely
python or is caused by the c++ modules.
At each iteration of the main loop, I call gc.collect()
If I then look at gc.garbage, it is empt