Dario Lopez-Kästen wrote: > Is anyone using zope with a python that is not configured with > --without-pymalloc ? > > I understand that there is still a conflict with ExtensionClass unless > python is cfg'd --without-pymalloc? You are correct, sir. ExtensionClass is not pymalloc-safe, so saith the Kromer. This is not to say it could not be made so.