• Tim Peters's avatar
    Give WeakSet a direct map() implementation. · e502e223
    Tim Peters authored
    This spares clients from having to do it themselves repeatedly.
    A dubious consequences is that Transaction.__init__ now requires a
    WeakSet of synchronizer objects (or None -- so it's not a
    catastrophic requirement, just irksome).
    e502e223
_manager.py 3.48 KB