blob: 738e3fc7eb4d16f9c2d2f78770225f57c599fa8b [file] [log] [blame]
Fix minor regression of PyEval_CallObjectWithKeywords. It should raise
TypeError when kwargs is not a dict. But it might cause segv when args=NULL
and kwargs is not a dict.