]> granicus.if.org Git - python/commit
Issue #18531: Single var-keyword argument of dict subtype was passed
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 May 2016 20:36:44 +0000 (23:36 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 8 May 2016 20:36:44 +0000 (23:36 +0300)
commitce41287e996351735ec1564bc1d701dd9057bdcf
tree6c405d106d2c5aa2f349ff70f9058af7680063c4
parenta26e4b97d82f408b18ea0ba7cf8b61606f80f1a8
Issue #18531: Single var-keyword argument of dict subtype was passed
unscathed to the C-defined function.  Now it is converted to exact dict.
Lib/test/test_getargs2.py
Misc/NEWS
Modules/_testcapimodule.c
Python/ceval.c