[Zope] pymalloc, stacks, garbage

anthony baxter anthony@interlink.com.au
Wed, 06 Feb 2002 16:47:27 +1100


seb bacon wrote:

>Are ZC still recommending compiling python without the garbage collector
>/ pymalloc?
>
>seb
>

I'm not ZC at all, but if you're using PythonScripts without GC, you're 
going to
find yourself bleeding memory everywhere - the python Compiler package is
cycloriffic.

Anthony