[Zope] pymalloc, stacks, garbage
Stefan H. Holek
stefan@epy.co.at
Wed, 06 Feb 2002 13:43:19 +0100
At 06.02.2002 10:58 +0000, seb bacon wrote:
>Are ZC still recommending compiling python without the garbage collector
>/ pymalloc?
>
>seb
pymalloc is bad because of ExtensionClass incompatibility.
cycle-gc is good if you have Python 2.1.2 + Zope 2.4.4/2.5.0. Otherwise it
will increase your chances of triggering the stack-trashing bugs.
I am also successfully running Python 2.0.1 + Zope 2.3.3 with cycle-gc enabled.
But I am not ZC ;-)
Stefan