[Zope-dev] Extension class and __init__

2002-07-22 Thread Ross Boylan
I had the bright idea of defining a mixin class whose methods I thought I could use in my regular Zope product classes: class AMixin: def __init__(self): blah, blah blah class B(AMixin, Persistent, Folder, ): def __init__(self): # do some of my own stuff

Re: [Zope-dev] Extension class and __init__

2002-07-22 Thread Chris McDonough
Ross, Please see the bit about inheritedAttribute in the document inside Zope's source tree named lib/Components/ExtensionClass/doc/ExtensionClass.html. HTH, - C - Original Message - From: Ross Boylan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: Ross Boylan [EMAIL PROTECTED] Sent:

[Zope-dev] Memory Leaks

2002-07-22 Thread Andy McKay
Hey all, A client of mine seems to be plagued with memory leaks. I have a CMF / Plone site on We fixed some security issues that caused a major leak this is the same I believe as http://collector.zope.org/Zope/421, by jiggling settings this no longer an issue. Anyway we are still getting some