• Andrew M. Kuchling's avatar
    [Partial backport of r45947 | neal.norwitz] · cebdc5e3
    Andrew M. Kuchling yazdı
    Fix problems found by Coverity.
    
    _ssl.c: under fail: self is DECREF'd, but it would have been NULL.
    
    _csv.c: I'm not sure if lineterminator could have been anything other than
    a string.  However, other string method calls are checked, so check this
    one too.
    cebdc5e3
_csv.c 44.6 KB