]> granicus.if.org Git - python/commit
[3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (GH-2957...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Aug 2017 09:14:35 +0000 (12:14 +0300)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2017 09:14:35 +0000 (12:14 +0300)
commit946a0b69e217ff22a6c056047eab42053e9a2d5f
treea06c9d04b4c2f82e4225d94253e54b827c2e9c0e
parentf08b2be4416163e3d18b8d09891e7cda0d8a21d4
[3.6] bpo-31071: Avoid masking original TypeError in call with * unpacking (GH-2957) (#2991)

when other arguments are passed.
(cherry picked from commit 25e4f77)
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