possible string.strip memory leakage

Bernard Yue bernie at 3captus.com
Wed Mar 13 19:26:17 EST 2002


Bernard Yue wrote:

> Mike Brenner wrote:
>
> > There might be a memory leak in string.strip.
> >
> > I wrote a python function to strip blanks off the left and right of a string. When I discovered string.strip, I replaced the call to my version with string.split, and I got a large memory leakage. When I put the call back to calling my python function, the memory leakage went away.
>
> Did happen to me.  So we need your Python version and OS you are running.
>

My mistake.  Didn't happen to me (not did happened as stated above)


Bernie




More information about the Python-list mailing list