Re: Python Memory Leak using SWIG

2007-06-05 Thread Pierre Sangouard
[EMAIL PROTECTED] wrote: > Versions: > Python 2.5.1 (r251:54863, May 14 2007, 10:50:04) > SWIG Version 1.3.20 > > Hello I have some code that wraps a C++ library so I may use it in > python. The code basically just gets some data and puts it in the > PyArrayObject* which is returned as a PyObject*

Python Memory Leak using SWIG

2007-06-04 Thread cody314
Versions: Python 2.5.1 (r251:54863, May 14 2007, 10:50:04) SWIG Version 1.3.20 Hello I have some code that wraps a C++ library so I may use it in python. The code basically just gets some data and puts it in the PyArrayObject* which is returned as a PyObject*. I then call it from python like so: