• Jeremy Hylton's avatar
    Don't use self._transaction. · 80879e0b
    Jeremy Hylton authored
    It's not thread-safe to store a Transaction() object in an instance
    variable without some sort of locking.  Nor is it desirable to use the
    same transaction object for more than one transaction.
    
    So get rid of all uses of self._transaction and replace with a local
    variable.
    80879e0b
TransactionalUndoVersionStorage.py 3.87 KB