• Tim Peters's avatar
    Merge rev 29668 from 3.3 branch. · bb3d142c
    Tim Peters authored
    Collector #1734.  Critical bug in BTree conflict resolution.
    
    Stop silent data loss in some BTree cases where a transaction adds
    a new key to a bucket while a concurrent transaction deletes all
    keys from the same bucket.
    
    Still needs porting to 3.2 line.
    bb3d142c
POSException.py 10.5 KB