• Neal Norwitz's avatar
    Backport 58332: Fix Coverity #159. · c9f22b95
    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.
    c9f22b95
cPickle.c 117 KB