• Tim Peters's avatar
    Brrr. · 1e730a8c
    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.
    1e730a8c
_manager.py 3.68 KB