I am having a problem in python.
Almost all of the programs that I write require "infinite" amounts of Objects,
Rather I should say; an ever increasing amount of Objects!
When I create a list in python to fill it with objects, how come when I type in del(the_list)
, it doesn't clean up the objects? how can I clean up the objects?