]> granicus.if.org Git - python/commit
Issue #27358: Optimized merging var-keyword arguments and improved error
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 08:06:43 +0000 (11:06 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 2 Oct 2016 08:06:43 +0000 (11:06 +0300)
commite036ef8fa29f27d57fe9f8cef8d931d4122d8223
treeb3d48b866f7339d7577f68529326fba4856b821e
parent0a3beffc8f6483da16523fceb9158af6a259a608
Issue #27358: Optimized merging var-keyword arguments and improved error
message when pass a non-mapping as a var-keyword argument.
Include/dictobject.h
Lib/test/test_extcall.py
Misc/NEWS
Objects/dictobject.c
Python/ceval.c