• Andrew M. Kuchling's avatar
    [Backport r50681 | neal.norwitz] · 32f378b0
    Andrew M. Kuchling yazdı
    PyFunction_SetDefaults() is documented as taking None or a tuple.
    A NULL would crash the PyTuple_Check().  Now make NULL return a SystemError.
    
    Reported by Klocwork #73.
    32f378b0
funcobject.c 21.4 KB