• Tim Peters's avatar
    Port rev 26199 from the 3.3 branch. · 0bd33210
    Tim Peters authored
    Zope3-dev Collector #139: Memory leak involving buckets and connections
    
    Connection objects were typically immortal because the threaded
    transaction manager kept them in ever-growing lists.  Reworked the
    transaction manager internals to use a simple implementation of weak sets
    instead.  This plugs all leaks in the test program attached to the
    collector report (which was leaking about 100KB/sec on my box).
    0bd33210
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.txt 65.5 KB