• Tim Peters's avatar
    Merge rev 30279 from 3.4 branch. · 11a9a4c2
    Tim Peters authored
    Fix obscure bug.
    
    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.
    11a9a4c2
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.txt 96.1 KB