SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 85 Python

prevent the dict constructor from accepting non-string keyword args #8419

This adds PyArg_ValidateKeywordArguments, which checks that keyword arguments
are all strings, using an optimized method if possible.
B
Benjamin Peterson committed
fb88636199c12f63d6c8c89f311cdafc91f30d2f
Parent: b962171