[issue35634] kwargs regression when there are multiple entries with the same key

iceboy report at bugs.python.org
Wed Jan 2 05:07:28 EST 2019


iceboy <spam at iceboy.org> added the comment:

I feel like we should not check the argument and allow overriding. If the argument checking is desired, can we also check when there is only a single kwargs? Currently `foo(**d)` still works in Python 3.6 with duplicated keys.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35634>
_______________________________________


More information about the Python-bugs-list mailing list