Log message for revision 108729:
Changed the class declaration inside the record_cls_factory to use the
builtin 'type' class constructor to avoid any chance of outer scope references
leaking in closure-style (this is probably over paranoid but it can't hurt).
Changed:
U
Zope/branches/zeo
Log message for revision 108726:
First stab at breaking Results reference cycle based on feedback from Tres.
The 'r' class declaration has been moved outside Results.__init__ into a class
factory function. I don't know if this really breaks the reference cycle but am
committing so others can r
Log message for revision 104761:
Fixed typo: glob, not grob
Changed:
U
Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py
-=-
Modified:
Zope/branches/tyam-unicodeSplitterPatch/src/Products/ZCTextIndex/tests/testLexicon.py
Log message for revision 108725:
Adding a branch from 2.11 for ZeOmega to work on fixes related to memory
leaks in related to Shared.ZRDB.Results. See Launchpad ticket:
https://bugs.launchpad.net/zope2/+bug/143917
Changed:
A Zope/branches/zeomega-2.11-memory-fixes/
-=-