• Tim Peters's avatar
    Brrr. · 66e69bb4
    Tim Peters authored
    Weak sets have have pragmatic gotchas, explained in the comments
    before the new WeakSet.as_weakref_list() method.  In essence, we
    just took all the weak sets of connection objects and changed
    everything so that a list of live objects is never materialized
    anymore.  Also added new map()-like methods so that clients don't
    usually need to be aware of the weakrefs under the covers.
    66e69bb4
_transaction.py 23.5 KB