• Tim Peters's avatar
    Merge rev 33276 from 3.4 branch. · e8b2c3c9
    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)).
    e8b2c3c9
Connection.py 45 KB