]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make sure that keyword arguments are merged into the arguments dictionary when dict...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jun 2020 16:07:32 +0000 (09:07 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 16:07:32 +0000 (17:07 +0100)
commit410b730c205133315c604350f4bdc2345588b397
tree26ade6c6c3727677dfbf4e599dc4423e2453d63a
parenta169961dfc777eb467a2b1027391285a7706329a
Make sure that keyword arguments are merged into the arguments dictionary when dict unpacking and keyword arguments are interleaved. (GH-20553) (GH-20569)

(cherry picked from commit db64f12e4deda2abbafb6d2bd5c06762fca991ff)

Co-authored-by: Mark Shannon <mark@hotpy.org>
Lib/test/test_extcall.py
Python/compile.c