Steven D'Aprano wrote:
On Mon, 19 Oct 2009 00:30:30 -0700, dheeraj wrote:
Hi, a program of mine is being terminated by the OS as it uses too much
memory. I guess this is due to static memory allocation
I've also tried to use "del" but in vain. Is there any other function
that performs the abov
On Mon, 19 Oct 2009 00:30:30 -0700, dheeraj wrote:
> Hi, a program of mine is being terminated by the OS as it uses too much
> memory. I guess this is due to static memory allocation
>
> I've also tried to use "del" but in vain. Is there any other function
> that performs the above operation and
Hi, a program of mine is being terminated by the OS as it uses too
much memory. I guess this is due to static memory allocation
I've also tried to use "del" but in vain. Is there any other function
that performs the above operation and frees the allocated memory??
Pls reply
--
http://mail.python