python 1.5.2 memory leak?

Gene C gchiaramonte at yahoo.com
Fri Nov 17 07:59:16 EST 2000


You could try using del, but I doubt it will matter.

>>> n = "abc"
>>> del n
>>> n
Traceback (innermost last):
  File "<interactive input>", line 1, in ?
NameError: n
>>>





More information about the Python-list mailing list