del()?

Jay Collins jcollin at exis.net
Wed Apr 4 20:20:18 EDT 2001


does del() free the ram used by string?

like 

a = "my string"
del(a)

will I get my ram back? Should I even worry about this since gc takes care
of this?





More information about the Python-list mailing list