• Neal Norwitz's avatar
    Fix Coverity #159. · 5a29dd30
    Neal Norwitz yazdı
    This code was broken if save() returned a negative number since i contained
    a boolean value and then we compared i < 0 which should never be true.
    
    Will backport (assuming it's necessary)
    5a29dd30
cPickle.c 117 KB