• Tim Peters's avatar
    Merge rev 33276 from 3.4 branch. · 22d59055
    Tim Peters authored
    Revert extra copying in Connection._rollback().
    
    Since TmpStore.reset() had to change too to copy the index anyway,
    it no longer hurts that _rollback() clears the index (as a side
    effect of self._cache.invalidate(src.index)).
    22d59055
Connection.py 45 KB