Re: Python 2.4.3 array memory leak

2009-05-07 Thread Robert Kern
On 2009-05-07 16:31, danmcle...@yahoo.com wrote: I am using the array module to instantiate many arrays in my application. It seems like there is a memory leak in there somewhere. Can anyone confim this and let me know what, if anything, I can do about it? I am using Fedora Core 5 Linux: import

Re: Python 2.4.3 array memory leak

2009-05-07 Thread danmcle...@yahoo.com
On May 7, 4:41 pm, Terry Reedy wrote: > danmcle...@yahoo.com wrote: > > I am using the array module to instantiate many arrays in my > > application. It seems like there is a memory leak in there somewhere. > > Can anyone confim this and let me know what, if anything, I can do > > about it? I am u

Re: Python 2.4.3 array memory leak

2009-05-07 Thread Terry Reedy
danmcle...@yahoo.com wrote: I am using the array module to instantiate many arrays in my application. It seems like there is a memory leak in there somewhere. Can anyone confim this and let me know what, if anything, I can do about it? I am using Fedora Core 5 Linux: import commands import array

Re: Python 2.4.3 array memory leak

2009-05-07 Thread danmcle...@yahoo.com
On May 7, 3:58 pm, "danmcle...@yahoo.com" wrote: > On May 7, 3:47 pm, "danmcle...@yahoo.com" > wrote: > > > > > On May 7, 3:31 pm, "danmcle...@yahoo.com" > > wrote: > > > > I am using the array module to instantiate many arrays in my > > > application. It seems like there is a memory leak in the

Re: Python 2.4.3 array memory leak

2009-05-07 Thread danmcle...@yahoo.com
On May 7, 3:47 pm, "danmcle...@yahoo.com" wrote: > On May 7, 3:31 pm, "danmcle...@yahoo.com" > wrote: > > > > > I am using the array module to instantiate many arrays in my > > application. It seems like there is a memory leak in there somewhere. > > Can anyone confim this and let me know what, i

Re: Python 2.4.3 array memory leak

2009-05-07 Thread danmcle...@yahoo.com
On May 7, 3:31 pm, "danmcle...@yahoo.com" wrote: > I am using the array module to instantiate many arrays in my > application. It seems like there is a memory leak in there somewhere. > Can anyone confim this and let me know what, if anything, I can do > about it? I am using Fedora Core 5 Linux: >