]> granicus.if.org Git - python/commit
bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Aug 2017 08:37:15 +0000 (11:37 +0300)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2017 08:37:15 +0000 (11:37 +0300)
commit25e4f779d7ae9f37a1933cb5cbfad06e673c01f9
treecf3671f5eed00c26f2ccef0634ff4ce556aac286
parent49b2734bf12dc1cda80fd73d3ec8896ae3e362f2
bpo-31071: Avoid masking original TypeError in call with * unpacking (#2957)

when other arguments are passed.
Lib/test/test_extcall.py
Misc/NEWS.d/next/Core and Builtins/2017-07-31-13-28-53.bpo-31071.P9UBDy.rst [new file with mode: 0644]
Python/ceval.c