commit | 3824cd8fd44f287ea2a76120a39ee76eb34bbf32 | [log] [tgz] |
---|---|---|
author | INADA Naoki <methane@users.noreply.github.com> | Wed Mar 01 20:41:03 2017 +0900 |
committer | GitHub <noreply@github.com> | Wed Mar 01 20:41:03 2017 +0900 |
tree | 3d88f703e85652986a8fb123f6196be470884f83 | |
parent | f5184745a502a38284ce54732913a4381a45daac [diff] |
bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87) It should raise TypeError when kwargs is not a dict.