-
Stefan Behnel authored
When passing keyword arguments from unpacked dict literals, prevent duplicate dict keys from raising an error and instead overwrite the previous one. Closes GH-2963.
0919f3e1
When passing keyword arguments from unpacked dict literals, prevent duplicate dict keys from raising an error and instead overwrite the previous one. Closes GH-2963.