On Sun, 13 Feb 2005 16:36:35 -0800 justin <[EMAIL PROTECTED]> wrote: > Sean R. Lynch wrote: > > Children refer to the World and vice versa, so you have a cycle. > > Enabling the cycle collector should do it. > > Unfortunately, that's not the issue:
It also implies that Worlds are not immediately deleted from memory. The deletion can be delayed. To ensure they are deleted (e.g. for test), call gc.collect() (you may need to call it twice). Jiba
