[Zope-dev] disabling gc does not necessarily hide memory corruption
Jeremy Hylton
jeremy@zope.com
Tue, 18 Dec 2001 14:04:10 -0500 (EST)
>>>>> "CM" == Chris McDonough <chrism@zope.com> writes:
CM> Ah ok... yeah, there were reportedly several leaks in the
CM> compiler stuff that have been fixed in CVS. I imagine that's
CM> what this is.
Actually, I don't think the leaks haven't been fixed in CVS. It would
be at best painful to try and get the compiler code to work without
cycle GC. I really don't want to have to do it.
Jeremy