Re: Memory allocation problem with python 2.4.3

2007-04-09 Thread Chris Mellon
On 4/9/07, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On 9 Apr 2007 04:12:59 -0700, "Brice-Olivier Demory" > <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: > > > > Nothing indicates a lack of memory. > > No? I'd consider a machine with only 23MB free rather heavily use

Memory allocation problem with python 2.4.3

2007-04-09 Thread Brice-Olivier Demory
Hi, I'm encountering an odd problem while running a python script which calls a C program called 'st_time' : Traceback (most recent call last): File "ccdd.py", line 177, in ? answer=proc_request(conn,addr,request) # proc the request File "ccdd.py", line 69, in proc_re