• Tim Peters's avatar
    Fix obscure bug. · 09728090
    Tim Peters authored
    If a threaded transaction manager ever passed None to
    the Transaction constructor's `synchronizers` argument, then
    synchronizers registered later in the same transaction
    were invisible to the transaction, and so their afterCompletion()
    methods wouldn't get called when the transaction ended.
    09728090
_manager.py 4.94 KB