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.
Showing
Please register or sign in to comment
A NULL would crash the PyTuple_Check(). Now make NULL return a SystemError. Reported by Klocwork #73.