• Tim Peters's avatar
    Give WeakSet a direct map() implementation. · 6048b145
    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).
    6048b145
_manager.py 3.48 KB