[Pythonmac-SIG] Any chance for garbage collection in MacPython anytime soon?

mark brady brady@mmm.com
Tue, 20 Feb 2001 09:14:04 -0800


If we don't currently have garbage collection, does this mean that
using the del function does not  free some memory?

If so, then we have a sort of built in memory leak in any program
which repeatedly allocates and frees memory.

-Mark