contrib/bdiff-torture.py
changeset 41365 876494fd967d
parent 32203 0c73634d0570
child 42857 3316e59b0105
equal deleted inserted replaced
41364:0132221c25cd 41365:876494fd967d
    23             continue
    23             continue
    24         tries += 1
    24         tries += 1
    25 
    25 
    26         try:
    26         try:
    27             test1(a, b)
    27             test1(a, b)
    28         except Exception as inst:
    28         except Exception:
    29             reductions += 1
    29             reductions += 1
    30             tries = 0
    30             tries = 0
    31             a = a2
    31             a = a2
    32             b = b2
    32             b = b2
    33 
    33