]> granicus.if.org Git - python/commit
bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)
authorINADA Naoki <methane@users.noreply.github.com>
Wed, 1 Mar 2017 11:41:03 +0000 (20:41 +0900)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2017 11:41:03 +0000 (20:41 +0900)
commit3824cd8fd44f287ea2a76120a39ee76eb34bbf32
tree3d88f703e85652986a8fb123f6196be470884f83
parentf5184745a502a38284ce54732913a4381a45daac
bpo-29684: Fix regression of PyEval_CallObjectWithKeywords (GH-87)

It should raise TypeError when kwargs is not a dict.
Misc/NEWS
Objects/call.c