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